Home
last modified time | relevance | path

Searched refs:GetSocket (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp121 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
138 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
163 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
199 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
227 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
248 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
285 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
H A Dtls_socket_server_branch_test.cpp266 socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h48 int32_t GetSocket() const;
H A Dsoftbus_client.cpp178 int32_t SoftBusClient::GetSocket() const in GetSocket() function in OHOS::AppDistributedKv::SoftBusClient
H A Dsoftbus_adapter_standard.cpp287 ZLOGI("[timeout] close session socket:%{public}d", conn->GetSocket()); in GetCloseSessionTask()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h97 int GetSocket(const PipeInfo &pipeInfo, const DeviceId &deviceId);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp364 int clientSocket = GetSocket(pipeInfo, deviceId); in SendData()
398 int SoftBusAdapter::GetSocket(const PipeInfo &pipeInfo, const DeviceId &deviceId) in GetSocket() function in OHOS::ObjectStore::SoftBusAdapter
528 int socket = GetSocket(pipeInfo, peer); in IsSameStartedOnPeer()
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp80 const std::shared_ptr<MockAppSpawnSocket>& GetSocket() const in GetSocket() function in AppMgrServiceInnerMock
135 EXPECT_CALL(*(innerService->GetSocket()), OpenAppSpawnConnection()).WillOnce(Return(ERR_OK)); in HWTEST_F()
138 EXPECT_CALL(*(innerService->GetSocket()), CloseAppSpawnConnection()).Times(1); in HWTEST_F()
159 EXPECT_CALL(*(innerService->GetSocket()), OpenAppSpawnConnection()) in HWTEST_F()
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h72 [[nodiscard]] const int &GetSocket() const;
/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_server_branch_test.cpp266 socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket_server.cpp167 const int &TLSServerSendOptions::GetSocket() const in GetSocket() function in OHOS::NetStack::TLSServerSendOptions
289 int socketFd = data.GetSocket(); in Send()

Completed in 12 milliseconds