Home
last modified time | relevance | path

Searched refs:invIntf (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp57 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 Dcooling_type.cpp93 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 Dgpio_presence.cpp71 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 Dgpio_presence.cpp141 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()