Home
last modified time | relevance | path

Searched refs:invMsg (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp74 auto invMsg = in setPresence() local
77 invMsg.append(std::move(invObj)); in setPresence()
78 auto invMgrResponseMsg = bus.call(invMsg); in setPresence()
108 auto invMsg = in setAvailable() local
111 invMsg.append(std::move(invObj)); in setAvailable()
112 auto invMgrResponseMsg = bus.call(invMsg); in setAvailable()
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.cpp99 auto invMsg = bus.new_method_call(invService.c_str(), INVENTORY_PATH, in updateInventory() local
101 invMsg.append(std::move(invObj)); in updateInventory()
104 auto invMgrResponseMsg = bus.call(invMsg); in updateInventory()
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.cpp168 auto invMsg = bus.new_method_call(invService.c_str(), INVENTORY_PATH, in updateInventory() local
170 invMsg.append(std::move(invObj)); in updateInventory()
173 auto invMgrResponseMsg = bus.call(invMsg); in updateInventory()