/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | client_factory.h | 30 std::shared_ptr<InterIpcClient> CreateClient(std::string key,
|
H A D | client_factory.cpp | 35 std::shared_ptr<InterIpcClient> ClientFactory::CreateClient(std::string key, in CreateClient() function in OHOS::Sharing::ClientFactory
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/ |
H A D | vtpstreamsocket_fuzzer.cpp | 38 vtpStreamSocket.CreateClient(ipPort, streamType, sessionKey); in VtpCreateClientTest() 39 vtpStreamSocket.CreateClient(ipPort, ipPort, streamType, sessionKey); in VtpCreateClientTest()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | i_stream_socket.h | 66 virtual bool CreateClient(IpAndPort &local, int streamType, 68 virtual bool CreateClient(IpAndPort &local, const IpAndPort &remote, int streamType,
|
H A D | vtp_stream_socket.h | 57 bool CreateClient(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) override; 58 bool CreateClient(IpAndPort &local, const IpAndPort &remote, int streamType,
|
H A D | stream_manager.cpp | 60 if (streamSocket->CreateClient(local, remote, streamType, sessionKey)) { in CreateStreamClientChannel() 68 TRANS_LOGI(TRANS_STREAM, "streamSocket CreateClient success, localPort=%{public}d", local.port); in CreateStreamClientChannel()
|
H A D | vtp_stream_socket.cpp | 419 bool VtpStreamSocket::CreateClient(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateClient() function in Communication::SoftBus::VtpStreamSocket 447 bool VtpStreamSocket::CreateClient(IpAndPort &local, const IpAndPort &remote, int streamType, in CreateClient() function in Communication::SoftBus::VtpStreamSocket 450 if (!CreateClient(local, streamType, sessionKey)) { in CreateClient()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_source_demo.h | 30 bool CreateClient();
|
H A D | wfd_source_demo.cpp | 35 bool WfdSourceDemo::CreateClient() in CreateClient() function in WfdSourceDemo 266 if (!demo->CreateClient()) { in TestOneByOne()
|
H A D | wfd_sink_demo.h | 38 bool CreateClient();
|
H A D | wfd_sink_demo.cpp | 51 bool WfdSinkDemo::CreateClient() in CreateClient() function in WfdSinkDemo 476 if (!demo->CreateClient()) { in TestOneByOne()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_socket.cpp | 39 if (clientSocket_->CreateClient() != ERR_OK) { in OpenAppSpawnConnection()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/ |
H A D | ams_service_app_spawn_socket_test.cpp | 76 EXPECT_CALL(*mockClientSocket, CreateClient()).WillOnce(Return(-1)); in HWTEST() 99 EXPECT_CALL(*mockClientSocket, CreateClient()).WillOnce(Return(ERR_OK)); in HWTEST() 123 EXPECT_CALL(*mockClientSocket, CreateClient()).WillOnce(Return(ERR_OK)); in HWTEST()
|
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/ |
H A D | wfd_source_impl.cpp | 34 ClientFactory::GetInstance().CreateClient(key, "WfdSourceImpl", "WfdSourceScene")); in CreateSource()
|
H A D | wfd_sink_impl.cpp | 34 ClientFactory::GetInstance().CreateClient(key, "WfdSinkImpl", "WfdSinkScene")); in CreateSink()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/ |
H A D | vtp_stream_socket_test.cpp | 67 * @tc.desc: CreateClient, use the wrong parameter. 85 bool ret = vtpStreamSocket->CreateClient(*local, streamType, sessionKey); in HWTEST_F() 90 ret = vtpStreamSocket->CreateClient(*local, streamType, sessionKey); in HWTEST_F() 124 bool ret = vtpStreamSocket->CreateClient(*local, *remote, streamType, sessionKey); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/ |
H A D | interprocess_unit_test.cpp | 92 auto ipcClient = ClientFactory::GetInstance().CreateClient(key, clientClassName, serverClassName); in HWTEST_F()
|