Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/include/
H A Drpc_test.h39 virtual std::string TestGetFooName(void) = 0;
53 std::string TestGetFooName(void) override;
63 std::string TestGetFooName(void) override;
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp34 reply.WriteString(TestGetFooName()); in OnRemoteRequest()
56 std::string RpcFooStub::TestGetFooName(void) in TestGetFooName() function in OHOS::RpcFooStub
99 std::string RpcFooProxy::TestGetFooName(void) in TestGetFooName() function in OHOS::RpcFooProxy
H A Drpc_client_test.cpp73 std::string fooName = g_rpcTestProxy->TestGetFooName();