Home
last modified time | relevance | path

Searched defs:socketFd (Results 1 - 25 of 62) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_inputstream.cpp24 InputStream::InputStream(int socketFd) : socketFd_(socketFd) in InputStream() argument
H A Dbluetooth_socket_outputstream.cpp35 OutputStream::OutputStream(int socketFd) : socketFd_(socketFd) in OutputStream() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_handle.cpp46 int32_t NetHandle::BindSocket(int32_t socketFd) in BindSocket() argument
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_params.cpp41 AllocSocketPairReply::AllocSocketPairReply(int32_t tokenType, int32_t socketFd) in AllocSocketPairReply() argument
H A Dsocket_connection.cpp31 SocketConnection::SocketConnection(int32_t socketFd, in SocketConnection() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_handle_test.cpp44 int32_t socketFd = 1; in HWTEST_F() local
54 int32_t socketFd = -1; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session.cpp31 int32_t socketFd = INVALID_SOCKET_FD; in SoftbusSession() local
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_listener_test.cpp89 int32_t StartSocket(int32_t& socketFd) in StartSocket() argument
[all...]
H A Dnetlink_handler_test.cpp91 int32_t StartSocket(int32_t& socketFd) in StartSocket() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
H A Dconnect_server_manager_test.cpp67 uint32_t socketFd = 0; in HWTEST_F() local
174 uint32_t socketFd = 0; in HWTEST_F() local
192 uint32_t socketFd = 0; in HWTEST_F() local
211 uint32_t socketFd = 0; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dfwmark_network_test.cpp193 int32_t socketFd = 0; in HWTEST_F() local
205 int32_t socketFd = 1111; in HWTEST_F() local
296 int32_t socketFd = 1111; in HWTEST_F() local
H A Dmock_netsys_native_client_test.cpp196 int32_t socketFd = 0; in HWTEST_F() local
224 int32_t socketFd = 0; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dfwmark_client.cpp47 int32_t FwmarkClient::ProtectFromVpn(int32_t socketFd) in ProtectFromVpn() argument
58 auto socketFd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in Send() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dnetlink_manager.cpp58 int32_t socketFd; in CreateNetlinkDistributor() local
[all...]
H A Ddata_receiver.cpp29 DataReceiver::DataReceiver(int32_t socketFd, int32_t format) : socket_(socketFd), format_(format) in DataReceiver() argument
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbussocketrecv_fuzzer/
H A Dsoftbussocketrecv_fuzzer.cpp68 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
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Draw_socket.cpp74 int socketFd = socket(PF_PACKET, SOCK_DGRAM, htons(protocol)); in CreateSocket() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_pnp_server.cpp150 int32_t socketFd = -1; in OpenAndReadWithSocket() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dfwmark_network.cpp85 int32_t SetMark(int32_t *socketFd, FwmarkCommand *command) in SetMark() argument
142 int32_t socketFd = -1; SendMessage() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c138 int32_t socketFd = -1; in CreateServerSocket() local
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp41 int32_t SoftBusSocketCreate(int32_t domain, int32_t type, int32_t protocol, int32_t *socketFd) in SoftBusSocketCreate() argument
46 int32_t SoftBusSocketSetOpt(int32_t socketFd, int32_t level, int32_t optName, const void *optVal, int32_t optLen) in SoftBusSocketSetOpt() argument
51 int32_t SoftBusSocketClose(int32_t socketFd) in SoftBusSocketClose() argument
56 int32_t SoftBusSocketBind(int32_t socketFd, SoftBusSockAddr *addr, int32_t addrLen) in SoftBusSocketBind() argument
71 int32_t SoftBusSocketRecv(int32_t socketFd, void *buf, uint32_t len, int32_t flags) in SoftBusSocketRecv() argument
[all...]
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp121 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F() local
138 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F() local
163 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F() local
199 int socketFd = tlsServerSendOptions.GetSocket(); in HWTEST_F() local
227 int socketFd = tlsServerSendOptions.GetSocket(); HWTEST_F() local
248 int socketFd = tlsServerSendOptions.GetSocket(); HWTEST_F() local
285 int socketFd = tlsServerSendOptions.GetSocket(); HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp103 int socketFd = SOCK_INVALID_FD; in Connect() local
122 int socketFd = SOCK_INVALID_FD; in Listen() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp92 static int socketFd = 0; in SendRTP() local
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp235 uint32_t socketFd = 10; in HWTEST_F() local
256 uint32_t socketFd = 10; in HWTEST_F() local

Completed in 11 milliseconds

123