/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 338 int socketFd; variable 358 int socketFd; variable 393 int socketFd; variable 413 int socketFd; variable 433 int socketFd; variable 453 int socketFd; variable 576 int socketFd; variable 735 int socketFd; variable 1171 int32_t socketFd; variable 1188 int32_t socketFd; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 132 int32_t SoftBusSocketGetError(int32_t socketFd) in SoftBusSocketGetError() 148 int32_t SoftBusSocketGetLocalName(int32_t socketFd, SoftBusSockAddr *addr) in SoftBusSocketGetLocalName() 163 int32_t SoftBusSocketGetPeerName(int32_t socketFd, SoftBusSockAddr *addr) in SoftBusSocketGetPeerName() 195 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog) in SoftBusSocketListen() 258 void SoftBusSocketFdSet(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdSet() 272 void SoftBusSocketFdClr(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdClr() 282 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdIsset() 339 int32_t SoftBusSocketIoctl(int32_t socketFd, long cmd, void *argp) in SoftBusSocketIoctl() 350 int32_t SoftBusSocketFcntl(int32_t socketFd, long cmd, long flag) in SoftBusSocketFcntl() 417 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how) in SoftBusSocketShutDown() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | network_mock.cpp | 41 int32_t SoftBusSocketCreate(int32_t domain, int32_t type, int32_t protocol, int32_t *socketFd) in SoftBusSocketCreate() 46 int32_t SoftBusSocketSetOpt(int32_t socketFd, int32_t level, int32_t optName, const void *optVal, i… in SoftBusSocketSetOpt() 51 int32_t SoftBusSocketClose(int32_t socketFd) in SoftBusSocketClose() 56 int32_t SoftBusSocketBind(int32_t socketFd, SoftBusSockAddr *addr, int32_t addrLen) in SoftBusSocketBind() 71 int32_t SoftBusSocketRecv(int32_t socketFd, void *buf, uint32_t len, int32_t flags) in SoftBusSocketRecv()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbussocketrecv_fuzzer/ |
H A D | softbussocketrecv_fuzzer.cpp | 68 int32_t socketFd = GetData<int32_t>(); in SoftBusSocketRecvFuzzTest() local 87 int32_t socketFd = GetData<int32_t>(); in SoftBusSocketRecvFromFuzzTest() local 117 int32_t socketFd = GetData<int32_t>(); in SoftBusSocketSendFuzzTest() local 145 int32_t socketFd = GetData<int32_t>(); in SoftBusSocketSendToFuzzTest() local
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | TlsSocketServerTest.cpp | 121 int socketFd = tlsServerSendOptions.GetSocket(); variable 138 int socketFd = tlsServerSendOptions.GetSocket(); variable 163 int socketFd = tlsServerSendOptions.GetSocket(); variable 199 int socketFd = tlsServerSendOptions.GetSocket(); variable 227 int socketFd = tlsServerSendOptions.GetSocket(); variable 248 int socketFd = tlsServerSendOptions.GetSocket(); variable 285 int socketFd = tlsServerSendOptions.GetSocket(); variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_handle_test.cpp | 44 int32_t socketFd = 1; variable 54 int32_t socketFd = -1; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/ |
H A D | connect_server_manager_test.cpp | 67 uint32_t socketFd = 0; variable 174 uint32_t socketFd = 0; variable 192 uint32_t socketFd = 0; variable 211 uint32_t socketFd = 0; variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | fwmark_network_test.cpp | 193 int32_t socketFd = 0; variable 205 int32_t socketFd = 1111; variable 296 int32_t socketFd = 1111; variable
|
H A D | netsys_controller_service_impl_test.cpp | 391 int32_t socketFd = 0; variable 485 int32_t socketFd = 0; variable 495 int32_t socketFd = 0; variable 557 int32_t socketFd = 0; variable 653 int32_t socketFd = 0; variable 694 int32_t socketFd = 0; variable
|
H A D | mock_netsys_native_client_test.cpp | 196 int32_t socketFd = 0; variable 224 int32_t socketFd = 0; variable
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 111 int socketFd = socket(AF_UNIX, SOCK_STREAM, 0); // SOCK_SEQPACKET in CreateClientSocket() local 145 APPSPAWN_STATIC int UpdateSocketTimeout(uint32_t timeout, int socketFd) in UpdateSocketTimeout() 155 static int ReadMessage(int socketFd, uint32_t sendMsgId, uint8_t *buf, int len, AppSpawnResult *res… in ReadMessage() 169 static int WriteMessage(int socketFd, const uint8_t *buf, ssize_t len, int *fds, int *fdCount) in WriteMessage()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket_inputstream.cpp | 28 InputStream::InputStream(int socketFd) : socketFd_(socketFd) in InputStream()
|
H A D | bluetooth_socket_outputstream.cpp | 31 OutputStream::OutputStream(int socketFd) : socketFd_(socketFd) in OutputStream()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_handle.cpp | 46 int32_t NetHandle::BindSocket(int32_t socketFd) in BindSocket()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | fwmark_client.cpp | 47 int32_t FwmarkClient::ProtectFromVpn(int32_t socketFd) in ProtectFromVpn() 58 auto socketFd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in Send() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/ |
H A D | faultloggerdserver_fuzzer.cpp | 70 int socketFd[2]; // 2 : the length of the array in HandleRequestTestCommon() local 219 int socketFd[2]; // 2 : the length of the array in HandleRequestByPipeTypeCommon() local 276 int socketFd[2]; // 2 : the length of the array in FaultloggerdServerTestCallOnce() local 288 int socketFd[2]; // 2 : the length of the array in FaultloggerdServerTestCallOnce() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | fwmark_network.cpp | 85 int32_t SetMark(int32_t *socketFd, FwmarkCommand *command) in SetMark() 142 int32_t socketFd = -1; in SendMessage() local
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket_server.cpp | 157 void TLSServerSendOptions::SetSocket(const int &socketFd) in SetSocket() 289 int socketFd = data.GetSocket(); in Send() local 325 void TLSSocketServer::Close(const int socketFd, const TlsSocket::CloseCallback &callback) in Close() 377 void TLSSocketServer::GetLocalAddress(const int socketFd, const TlsSocket::GetLocalAddressCallback … in GetLocalAddress() 521 void TLSSocketServer::GetCipherSuite(const int socketFd, const TlsSocket::GetCipherSuiteCallback &c… in GetCipherSuite() 542 void TLSSocketServer::GetSignatureAlgorithms(const int socketFd, in GetSignatureAlgorithms() 1260 void TLSSocketServer::RemoveConnect(int socketFd) in RemoveConnect() 1281 int TLSSocketServer::RecvRemoteInfo(int socketFd, int index) in RecvRemoteInfo() 1317 void TLSSocketServer::Connection::CallOnMessageCallback(int32_t socketFd, const std::string &data, in CallOnMessageCallback() 1339 void TLSSocketServer::AddConnect(int socketFd, std::shared_ptr<Connection> connection) in AddConnect() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_service.cpp | 103 int socketFd = SOCK_INVALID_FD; in Connect() local 122 int socketFd = SOCK_INVALID_FD; in Listen() local
|
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_params.cpp | 41 AllocSocketPairReply::AllocSocketPairReply(int32_t tokenType, int32_t socketFd) in AllocSocketPairReply()
|
H A D | socket_connection.cpp | 31 SocketConnection::SocketConnection(int32_t socketFd, in SocketConnection()
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_params.cpp | 41 AllocSocketPairReply::AllocSocketPairReply(int32_t tokenType, int32_t socketFd) in AllocSocketPairReply()
|
H A D | socket_connection.cpp | 31 SocketConnection::SocketConnection(int32_t socketFd, in SocketConnection()
|
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_socket.c | 34 static int ConnectTeecdSocket(int *socketFd) in ConnectTeecdSocket() 100 static int RecvFileDescriptor(int cmd, int socketFd) in RecvFileDescriptor()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session.cpp | 31 int32_t socketFd = INVALID_SOCKET_FD; in SoftbusSession() local
|