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 wdService.newMethodCall(bus, Watchdog::interface, "ResetTimeRemaining"); in resetTimeRemaining()
59 auto request = wdService.newMethodCall(bus, propIntf, "GetAll"); in getProperties()
115 auto request = wdService.newMethodCall(bus, propIntf, "Get"); in getProperty()
147 auto request = wdService.newMethodCall(bus, propIntf, "Set"); in setProperty()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp72 sdbusplus::message_t newMethodCall(sdbusplus::bus_t& bus, const char* intf,
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp191 sdbusplus::message_t ServiceCache::newMethodCall( in newMethodCall() function in ipmi::ServiceCache