Searched refs:invIntf (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 57 InterfaceMap invIntf; in setPresence() local 58 invIntf.emplace("xyz.openbmc_project.Inventory.Item", in setPresence() 63 invIntf.emplace(extraIface, PropertyMap()); in setPresence() 66 invObj.emplace(std::move(invpath), std::move(invIntf)); in setPresence() 95 InterfaceMap invIntf; in setAvailable() local 99 invIntf.emplace(AVAILABILITY_IFACE, std::move(invProp)); in setAvailable() 101 invObj.emplace(std::move(invpath), std::move(invIntf)); in setAvailable()
|
/openbmc/phosphor-fan-presence/cooling-type/ |
H A D | cooling_type.cpp | 93 InterfaceMap invIntf; in getObjectMap() local 98 invIntf.emplace("xyz.openbmc_project.Inventory.Decorator.CoolingType", in getObjectMap() 100 invObj.emplace(objpath, std::move(invIntf)); in getObjectMap()
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.cpp | 71 InterfaceMap invIntf; in getObjectMap() local 76 invIntf.emplace("xyz.openbmc_project.Inventory.Item", std::move(invProp)); in getObjectMap() 80 invIntf.emplace(iface, PropertyMap()); in getObjectMap() 82 invObj.emplace(std::move(inventory), std::move(invIntf)); in getObjectMap()
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.cpp | 141 InterfaceMap invIntf; in getObjectMap() local 146 invIntf.emplace("xyz.openbmc_project.Inventory.Item", std::move(invProp)); in getObjectMap() 150 invIntf.emplace(iface, PropertyMap()); in getObjectMap() 152 invObj.emplace(std::move(inventory), std::move(invIntf)); in getObjectMap()
|