Searched refs:newMethodCall (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/app/ |
H A D | watchdog_service.cpp | 35 auto request = wd_service.newMethodCall(bus, wd_intf, "ResetTimeRemaining"); in resetTimeRemaining() 59 auto request = wd_service.newMethodCall(bus, prop_intf, "GetAll"); in getProperties() 115 auto request = wd_service.newMethodCall(bus, prop_intf, "Get"); in getProperty() 147 auto request = wd_service.newMethodCall(bus, prop_intf, "Set"); in setProperty()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utils.hpp | 73 sdbusplus::message_t newMethodCall(sdbusplus::bus_t& bus, const char* intf,
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 182 sdbusplus::message_t ServiceCache::newMethodCall( in newMethodCall() function in ipmi::ServiceCache
|