/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 55 EXPECT_EQ(dBinderRemoteListener.CreateClientSocket(networkId), SOCKET_ID_INVALID); 67 EXPECT_EQ(dBinderRemoteListener.CreateClientSocket(networkId), SOCKET_ID_INVALID); 463 EXPECT_EQ(dBinderRemoteListener.CreateClientSocket(peerDeviceId), SOCKET_ID_INVALID); 475 EXPECT_EQ(dBinderRemoteListener.CreateClientSocket(peerDeviceId), SOCKET_ID_INVALID);
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | socket_factory.h | 32 static std::shared_ptr<BaseSocket> CreateClientSocket(const int32_t socketId,
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | socket_factory.cpp | 29 std::shared_ptr<BaseSocket> SocketFactory::CreateClientSocket(const int32_t socketId, const std::st… in CreateClientSocket() function in OHOS::UserIam::UserAuth::SocketFactory
|
H A D | soft_bus_manager.cpp | 440 auto clientSocket = SocketFactory::CreateClientSocket(socketId, connectionName, networkId); in DoOpenConnectionInner()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/transport/ |
H A D | dh_transport.h | 49 int32_t CreateClientSocket(const std::string &remoteDevId);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/ |
H A D | dbinder_remote_listener.h | 57 int32_t CreateClientSocket(const std::string &peerNetworkId);
|
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 53 int CreateClientSocket(uint32_t type, int block);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/ |
H A D | dsched_transport_softbus_adapter.h | 68 int32_t CreateClientSocket(const std::string &peerDeviceId);
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/include/ |
H A D | distributed_input_transport_base.h | 81 int32_t CreateClientSocket(const std::string &remoteDevId);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | databus_socket_listener.h | 73 int32_t CreateClientSocket(const std::string &ownName, const std::string &peerName,
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
H A D | dbinder_remote_listener.cpp | 131 int32_t DBinderRemoteListener::CreateClientSocket(const std::string &peerNetworkId) in CreateClientSocket() function in OHOS::DBinderRemoteListener 278 int32_t socketId = CreateClientSocket(networkId); in SendDataToRemote()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_interface_test.cpp | 580 int socketId = CreateClientSocket(CLIENT_FOR_APPSPAWN, 2); 582 socketId = CreateClientSocket(CLIENT_FOR_NWEBSPAWN, 2); 584 socketId = CreateClientSocket(CLIENT_MAX, 2);
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 92 APPSPAWN_STATIC int CreateClientSocket(uint32_t type, uint32_t timeout) in CreateClientSocket() function 243 reqMgr->socketId = CreateClientSocket(reqMgr->type, reqMgr->timeout); in TryCreateSocket()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_transport.cpp | 249 int32_t DHTransport::CreateClientSocket(const std::string &remoteNetworkId) in CreateClientSocket() function in OHOS::DistributedHardware::DHTransport 364 int32_t socket = CreateClientSocket(remoteNetworkId); in StartSocket()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | softbus_adapter.h | 98 int CreateClientSocket(const PipeInfo &pipeInfo, const DeviceId &deviceId);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/ |
H A D | dsched_transport_softbus_adapter.cpp | 164 sessionId = CreateClientSocket(peerDeviceId); in AddNewPeerSession() 206 int32_t DSchedTransportSoftbusAdapter::CreateClientSocket(const std::string &peerDeviceId) in CreateClientSocket() function in OHOS::DistributedSchedule::DSchedTransportSoftbusAdapter
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/ |
H A D | dschedtransportsoftbusadapter_fuzzer.cpp | 79 dschedTransportSoftbusAdapter.CreateClientSocket(peerDeviceId); in FuzzConnectDevice()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/ |
H A D | distributed_input_transport_base.cpp | 208 int32_t DistributedInputTransportBase::CreateClientSocket(const std::string &remoteDevId) in CreateClientSocket() function in OHOS::DistributedHardware::DistributedInput::DistributedInputTransportBase 234 int socket = CreateClientSocket(remoteDevId); in StartSession()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/ |
H A D | dhtransport_fuzzer.cpp | 70 dhTransportTest->CreateClientSocket(remoteNetworkId); in DhTransportCreateClientSocketFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | softbus_adapter_standard.cpp | 405 int socketId = CreateClientSocket(pipeInfo, deviceId); in GetSocket() 459 int SoftBusAdapter::CreateClientSocket(const PipeInfo &pipeInfo, const DeviceId &deviceId) in CreateClientSocket() function in OHOS::ObjectStore::SoftBusAdapter
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | databus_socket_listener.cpp | 182 int32_t DatabusSocketListener::CreateClientSocket(const std::string &ownName, const std::string &pe… in CreateClientSocket() function in OHOS::DatabusSocketListener
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 607 socketId = CreateClientSocket(type, 2); // 2s in CreateSocket()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 558 int32_t socketId = listener->CreateClientSocket(ownName, in UpdateClientSession()
|