Home
last modified time | relevance | path

Searched refs:GetFooName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dfoo_service.h36 virtual std::string GetFooName() = 0;
48 std::string GetFooName() override;
68 std::string GetFooName() override;
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp32 reply.WriteString(GetFooName()); in OnRemoteRequest()
51 std::string FooStub::GetFooName() in GetFooName() function in OHOS::FooStub
100 std::string FooProxy::GetFooName() in GetFooName() function in OHOS::FooProxy
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp22 std::string IRpcFooTest::GetFooName() in GetFooName() function in OHOS::IRpcFooTest
58 return GetFooName(); in TestGetFooName()
H A Drpc_client_test.cpp74 std::string selfFooName = g_rpcTestProxy->GetFooName();
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/include/
H A Drpc_test.h38 std::string GetFooName(void);
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp329 std::string fooName = fooService->GetFooName();