Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp96 const auto* methodCall = (action == Action::start) ? startMethod in runTargetAction() local
103 entry("ACTION=%s", methodCall)); in runTargetAction()
106 systemdInterface, methodCall); in runTargetAction()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp73 auto methodCall = in DbusPassiveRedundancy() local
76 methodCall.append(redundancy::interface, redundancy::collection); in DbusPassiveRedundancy()
81 auto reply = passiveBus.call(methodCall); in DbusPassiveRedundancy()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp189 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in prepareSELEntry() local
191 methodCall.append(logEntryIntf); in prepareSELEntry()
196 auto reply = bus.call(methodCall); in prepareSELEntry()
H A Dstoragehandler.cpp468 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in deleteSELEntry() local
472 auto reply = bus.call(methodCall); in deleteSELEntry()