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.cpp87 const auto* methodCall = in runTargetAction() local
94 entry("ACTION=%s", methodCall)); in runTargetAction()
97 systemdInterface, methodCall); in runTargetAction()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp78 auto methodCall = passiveBus.new_method_call( in DbusPassiveRedundancy() local
81 methodCall.append( in DbusPassiveRedundancy()
88 auto reply = passiveBus.call(methodCall); in DbusPassiveRedundancy()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp171 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in prepareSELEntry() local
173 methodCall.append(logEntryIntf); in prepareSELEntry()
178 auto reply = bus.call(methodCall); in prepareSELEntry()
H A Dstoragehandler.cpp449 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in deleteSELEntry() local
453 auto reply = bus.call(methodCall); in deleteSELEntry()