Home
last modified time | relevance | path

Searched refs:SendAndEchoString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h50 virtual int SendAndEchoString() = 0;
67 int SendAndEchoString() override;
108 int SendAndEchoString() override;
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp326 int NativeRemoteProxyTest::SendAndEchoString() in SendAndEchoString() function in OHOS::NativeRemoteProxyTest
534 …EST_CMD_SEND_AND_ECHO_SRING, [](NativeRemoteStubTest *stub) { return stub->SendAndEchoString(); }}, in __anon2b43c6f60602()
711 int OHOS::NativeRemoteStubTest::SendAndEchoString() in SendAndEchoString() function in OHOS::OHOS::NativeRemoteStubTest
H A Dtest_service_client.cpp173 { NATIVE_TEST_CMD_SEND_AND_ECHO_SRING, [&]() { return remoteProxy->SendAndEchoString(); }}, in TestNativeIPCSendRequests()