Home
last modified time | relevance | path

Searched refs:CreateClient (Results 1 - 17 of 17) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dclient_factory.h30 std::shared_ptr<InterIpcClient> CreateClient(std::string key,
H A Dclient_factory.cpp35 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 Dvtpstreamsocket_fuzzer.cpp38 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 Di_stream_socket.h66 virtual bool CreateClient(IpAndPort &local, int streamType,
68 virtual bool CreateClient(IpAndPort &local, const IpAndPort &remote, int streamType,
H A Dvtp_stream_socket.h57 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 Dstream_manager.cpp60 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 Dvtp_stream_socket.cpp419 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 Dwfd_source_demo.h30 bool CreateClient();
H A Dwfd_source_demo.cpp35 bool WfdSourceDemo::CreateClient() in CreateClient() function in WfdSourceDemo
266 if (!demo->CreateClient()) { in TestOneByOne()
H A Dwfd_sink_demo.h38 bool CreateClient();
H A Dwfd_sink_demo.cpp51 bool WfdSinkDemo::CreateClient() in CreateClient() function in WfdSinkDemo
476 if (!demo->CreateClient()) { in TestOneByOne()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_socket.cpp39 if (clientSocket_->CreateClient() != ERR_OK) { in OpenAppSpawnConnection()
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/
H A Dams_service_app_spawn_socket_test.cpp76 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 Dwfd_source_impl.cpp34 ClientFactory::GetInstance().CreateClient(key, "WfdSourceImpl", "WfdSourceScene")); in CreateSource()
H A Dwfd_sink_impl.cpp34 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 Dvtp_stream_socket_test.cpp67 * @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 Dinterprocess_unit_test.cpp92 auto ipcClient = ClientFactory::GetInstance().CreateClient(key, clientClassName, serverClassName); in HWTEST_F()

Completed in 15 milliseconds