Home
last modified time | relevance | path

Searched refs:CreateClient (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_client_test.cpp85 static AppSpawnClientHandle CreateClient(const char *serviceName) in CreateClient() function
95 AppSpawnClientHandle clientHandle = CreateClient(APPSPAWN_SERVER_NAME);
110 AppSpawnClientHandle clientHandle = CreateClient(NATIVESPAWN_SERVER_NAME);
/ohos5.0/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()
/ohos5.0/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, int32_t streamType, std::pair<uint8_t *, uint32_t> sessionKey)…
58 bool CreateClient(IpAndPort &local, const IpAndPort &remote, int32_t streamType,
H A Dstream_manager.cpp60 if (streamSocket->CreateClient(local, remote, streamType, sessionKey)) { in CreateStreamClientChannel()
H A Dvtp_stream_socket.cpp419 bool VtpStreamSocket::CreateClient(IpAndPort &local, int32_t streamType, std::pair<uint8_t *, uint3… in CreateClient() function in Communication::SoftBus::VtpStreamSocket
447 bool VtpStreamSocket::CreateClient(IpAndPort &local, const IpAndPort &remote, int32_t streamType, in CreateClient() function in Communication::SoftBus::VtpStreamSocket
450 if (!CreateClient(local, streamType, sessionKey)) { in CreateClient()
/ohos5.0/base/startup/appspawn/test/mock/include/
H A Dmock_client_socket.h26 MOCK_METHOD0(CreateClient, int32_t());
/ohos5.0/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));
99 EXPECT_CALL(*mockClientSocket, CreateClient()).WillOnce(Return(ERR_OK));
123 EXPECT_CALL(*mockClientSocket, CreateClient()).WillOnce(Return(ERR_OK));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_socket.cpp39 if (clientSocket_->CreateClient() != ERR_OK) { in OpenAppSpawnConnection()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-appspawn.md86 | CreateClient | 创建client。 |
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp85 bool ret = vtpStreamSocket->CreateClient(*local, streamType, sessionKey);
90 ret = vtpStreamSocket->CreateClient(*local, streamType, sessionKey);
124 bool ret = vtpStreamSocket->CreateClient(*local, *remote, streamType, sessionKey);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-appspawn.md86 | CreateClient | Creates a client.|