Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp35 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 Dutils.hpp73 sdbusplus::message_t newMethodCall(sdbusplus::bus_t& bus, const char* intf,
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp182 sdbusplus::message_t ServiceCache::newMethodCall( in newMethodCall() function in ipmi::ServiceCache