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 = in runTargetAction() local
103 entry("ACTION=%s", methodCall)); in runTargetAction()
106 systemdInterface, methodCall); in runTargetAction()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp75 auto methodCall = passiveBus.new_method_call( in DbusPassiveRedundancy() local
78 methodCall.append(redundancy::interface, redundancy::collection); in DbusPassiveRedundancy()
83 auto reply = passiveBus.call(methodCall); in DbusPassiveRedundancy()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp169 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in prepareSELEntry() local
171 methodCall.append(logEntryIntf); in prepareSELEntry()
176 auto reply = bus.call(methodCall); in prepareSELEntry()
H A Dstoragehandler.cpp463 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in deleteSELEntry() local
467 auto reply = bus.call(methodCall); in deleteSELEntry()