Home
last modified time | relevance | path

Searched refs:CreateClientSocket (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp55 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 Dsocket_factory.h32 static std::shared_ptr<BaseSocket> CreateClientSocket(const int32_t socketId,
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsocket_factory.cpp29 std::shared_ptr<BaseSocket> SocketFactory::CreateClientSocket(const int32_t socketId, const std::st… in CreateClientSocket() function in OHOS::UserIam::UserAuth::SocketFactory
H A Dsoft_bus_manager.cpp440 auto clientSocket = SocketFactory::CreateClientSocket(socketId, connectionName, networkId); in DoOpenConnectionInner()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/transport/
H A Ddh_transport.h49 int32_t CreateClientSocket(const std::string &remoteDevId);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h57 int32_t CreateClientSocket(const std::string &peerNetworkId);
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h53 int CreateClientSocket(uint32_t type, int block);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.h68 int32_t CreateClientSocket(const std::string &peerDeviceId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/include/
H A Ddistributed_input_transport_base.h81 int32_t CreateClientSocket(const std::string &remoteDevId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h73 int32_t CreateClientSocket(const std::string &ownName, const std::string &peerName,
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp131 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 Dapp_spawn_interface_test.cpp580 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 Dappspawn_client.c92 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 Ddh_transport.cpp249 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 Dsoftbus_adapter.h98 int CreateClientSocket(const PipeInfo &pipeInfo, const DeviceId &deviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp164 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 Ddschedtransportsoftbusadapter_fuzzer.cpp79 dschedTransportSoftbusAdapter.CreateClientSocket(peerDeviceId); in FuzzConnectDevice()
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp208 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 Ddhtransport_fuzzer.cpp70 dhTransportTest->CreateClientSocket(remoteNetworkId); in DhTransportCreateClientSocketFuzzTest()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp405 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 Ddatabus_socket_listener.cpp182 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 Dapp_spawn_test_helper.cpp607 socketId = CreateClientSocket(type, 2); // 2s in CreateSocket()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp558 int32_t socketId = listener->CreateClientSocket(ownName, in UpdateClientSession()