Searched refs:TestGetFooName (Results 1 – 3 of 3) sorted by relevance
39 virtual std::string TestGetFooName(void) = 0;53 std::string TestGetFooName(void) override;63 std::string TestGetFooName(void) override;
34 reply.WriteString(TestGetFooName()); in OnRemoteRequest()56 std::string RpcFooStub::TestGetFooName(void) in TestGetFooName() function in OHOS::RpcFooStub99 std::string RpcFooProxy::TestGetFooName(void) in TestGetFooName() function in OHOS::RpcFooProxy
73 std::string fooName = g_rpcTestProxy->TestGetFooName();