Searched refs:call_async (Results 1 – 5 of 5) sorted by relevance
42 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()
102 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")
93 outstanding = m.call_async( in read()
453 call_async(Cb&& cb, std::optional<SdBusDuration> timeout = std::nullopt) in call_async() function in sdbusplus::message::message
1113 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in subscribeToSystemdSignals()1170 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in unsubscribeFromSystemdSignals()