Home
last modified time | relevance | path

Searched refs:clientClassName (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dclient_factory.cpp36 std::string clientClassName, std::string serverClassName) in CreateClient()
44 return interIpcClient_->CreateSubService(key, clientClassName, serverClassName); in CreateClient()
35 CreateClient(std::string key, std::string clientClassName, std::string serverClassName) CreateClient() argument
H A Dclient_factory.h31 std::string clientClassName, std::string serverClassName);
H A Dinter_ipc_client.h43 std::shared_ptr<InterIpcClient> CreateSubService(std::string key, std::string clientClassName,
H A Dinter_ipc_client.cpp149 std::shared_ptr<InterIpcClient> InterIpcClient::CreateSubService(std::string key, std::string clientClassName, in CreateSubService() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp90 std::string clientClassName = "WfdSourceImpl"; in HWTEST_F() local
92 auto ipcClient = ClientFactory::GetInstance().CreateClient(key, clientClassName, serverClassName); in HWTEST_F()
179 std::string clientClassName = "WfdSourceImpl"; in HWTEST_F() local
180 auto ret = ipcClient->GetSubProxy(key, clientClassName); in HWTEST_F()
189 std::string clientClassName = "WfdSourceImpl"; in HWTEST_F() local
191 auto ret = ipcClient->CreateSubService(key, clientClassName, serverClassName); in HWTEST_F()
311 std::string clientClassName = "WfdSourceImpl"; in HWTEST_F() local
312 auto ret = ipcProxy->GetSubSystemAbility(key, clientClassName); in HWTEST_F()
391 std::string clientClassName = "WfdSourceImpl"; in HWTEST_F() local
392 auto ret = ipcServiceStub->GetSubSystemAbility(key, clientClassName); in HWTEST_F()
532 std::string clientClassName = "WfdSourceImpl"; HWTEST_F() local
[all...]

Completed in 3 milliseconds