Home
last modified time | relevance | path

Searched refs:call_async (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/test/message/
H A Dcall.cpp42 auto slot = newBusIdReq(b).call_async(setGlobalId); in TEST()
54 auto slot = newBusIdReq(b).call_async(&setGlobalId); in TEST()
66 auto slot = newBusIdReq(b).call_async([&](message&& m) { m.read(id); }); in TEST()
79 auto slot = newBusIdReq(b).call_async(setGlobalId); in TEST()
93 auto slot = newBusIdReq(b).call_async([&](message&&) { in TEST()
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py102 f.call_async("obmc-host-start@0.target", "replace")
110 f.call_async("obmc-chassis-hard-poweroff@0.target", "replace")
118 f.call_async("obmc-host-shutdown@0.target", "replace")
141 f.call_async("obmc-host-quiesce@0.target", "replace")
/openbmc/kcsbridge/src/
H A Dcmd.cpp93 outstanding = m.call_async( in read()
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp453 call_async(Cb&& cb, std::optional<SdBusDuration> timeout = std::nullopt) in call_async() function in sdbusplus::message::message
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp1113 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in subscribeToSystemdSignals()
1170 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in unsubscribeFromSystemdSignals()