Home
last modified time | relevance | path

Searched defs:testClient (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dmain_client.cpp56 void ThreadFunc(std::shared_ptr<TestServiceClient> testClient) in ThreadFunc()
75 void TestCaseSyncTrans(std::shared_ptr<TestServiceClient> &testClient) in TestCaseSyncTrans()
85 void TestCasePingService(std::shared_ptr<TestServiceClient> &testClient) in TestCasePingService()
95 void TestCaseGetFooService(std::shared_ptr<TestServiceClient> &testClient) in TestCaseGetFooService()
105 void TestCaseGetFileDescriptor(std::shared_ptr<TestServiceClient> &testClient) in TestCaseGetFileDescriptor()
115 void TestCaseLoopTest(std::shared_ptr<TestServiceClient> &testClient) in TestCaseLoopTest()
126 void TestCaseDumpService(std::shared_ptr<TestServiceClient> &testClient) in TestCaseDumpService()
135 void TestCaseEnableSerialInvokeFlag(std::shared_ptr<TestServiceClient> &testClient) in TestCaseEnableSerialInvokeFlag()
147 void TestCaseNativeIPCSendRequests(std::shared_ptr<TestServiceClient> &testClient) in TestCaseNativeIPCSendRequests()
162 void TestCaseRegisterRemoteStub(std::shared_ptr<TestServiceClient> &testClient) in TestCaseRegisterRemoteStub()
[all …]
/foundation/ability/idl_tool/test/native/src/
Dmain_client.cpp54 std::unique_ptr<TestClient> testClient = std::make_unique<TestClient>(); in main() local
/foundation/communication/ipc/test/moduletest/ipc/c/
Dipc_capi_remote_object_module_test.cpp217 std::unique_ptr<TestServiceClient> testClient = std::make_unique<TestServiceClient>(); variable