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

Method doOperationClientSideAsync

tests/integrationtests/TestProxy.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136sdbus::PendingAsyncCall TestProxy::doOperationClientSideAsync(uint32_t param)
137{
138 return getProxy().callMethodAsync("doOperation")
139 .onInterface(sdbus::test::INTERFACE_NAME)
140 .withArguments(param)
141 .uponReplyInvoke([this](std::optional<sdbus::Error> error, uint32_t returnValue)
142 {
143 this->onDoOperationReply(returnValue, std::move(error));
144 });
145}
146
147Slot TestProxy::doOperationClientSideAsync(uint32_t param, sdbus::return_slot_t)
148{

Callers 2

TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80

Calls 2

onDoOperationReplyMethod · 0.95
callMethodAsyncMethod · 0.45

Tested by

no test coverage detected