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

Method doOperationOnBasicAPILevel

tests/integrationtests/TestProxy.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126MethodReply TestProxy::doOperationOnBasicAPILevel(uint32_t param)
127{
128 auto methodCall = getProxy().createMethodCall(test::INTERFACE_NAME, MethodName{"doOperation"});
129 methodCall << param;
130
131 m_methodCallMsg = std::make_unique<MethodCall>(methodCall);
132
133 return getProxy().callMethod(methodCall);
134}
135
136sdbus::PendingAsyncCall TestProxy::doOperationClientSideAsync(uint32_t param)
137{

Callers 1

TYPED_TESTFunction · 0.80

Calls 2

createMethodCallMethod · 0.45
callMethodMethod · 0.45

Tested by

no test coverage detected