Searched refs:clientClassName (Results 1 - 5 of 5) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | client_factory.cpp | 36 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 D | client_factory.h | 31 std::string clientClassName, std::string serverClassName);
|
H A D | inter_ipc_client.h | 43 std::shared_ptr<InterIpcClient> CreateSubService(std::string key, std::string clientClassName,
|
H A D | inter_ipc_client.cpp | 149 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 D | interprocess_unit_test.cpp | 90 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