Home
last modified time | relevance | path

Searched refs:EntityIntf (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp46 using EntityIntf = sdbusplus::server::object_t< typedef
242 std::unique_ptr<EntityIntf> entityIntf = nullptr;
H A Dnumeric_sensor.cpp27 entityIntf = std::make_unique<EntityIntf>(bus, invPath.c_str()); in createInventoryPath()