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.cpp27 entityIntf = std::make_unique<EntityIntf>(bus, invPath.c_str()); in createInventoryPath()
36 entityIntf->entityType(entityType); in createInventoryPath()
37 entityIntf->entityInstanceNumber(entityInstanceNum); in createInventoryPath()
38 entityIntf->containerID(containerId); in createInventoryPath()
H A Dnumeric_sensor.hpp242 std::unique_ptr<EntityIntf> entityIntf = nullptr; member in pldm::platform_mc::NumericSensor