MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / dontExpectReply

Method dontExpectReply

src/Message.cpp:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void MethodCall::dontExpectReply()
831{
832 auto r = sd_bus_message_set_expect_reply(static_cast<sd_bus_message*>(msg_), 0);
833 SDBUS_THROW_ERROR_IF(r < 0, "Failed to set the dont-expect-reply flag", -r);
834}
835
836bool MethodCall::doesntExpectReply() const
837{

Callers 3

destroyDelegateObjectMethod · 0.80
multiplyWithNoReplyMethod · 0.80
throwErrorWithNoReplyMethod · 0.80

Calls

no outgoing calls

Tested by 2

multiplyWithNoReplyMethod · 0.64
throwErrorWithNoReplyMethod · 0.64