Home
last modified time | relevance | path

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

1234

/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
/base/msdp/device_status/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/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
/test/xts/hats/kernel/syscalls/net/listen/
H A DListenApiTest.cpp68 int socketFd = -1; in HWTEST_F() local
114 int socketFd = -1; in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/net/bind/
H A DBindApiTest.cpp70 int socketFd = -1; in HWTEST_F() local
139 int socketFd = -1; in HWTEST_F() local
179 int socketFd = -1; HWTEST_F() local
222 int socketFd = -1; HWTEST_F() local
[all...]
/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...]
/test/xts/hats/kernel/syscalls/net/connect/
H A DConnectApiTest.cpp50 int socketFd = -1; in SetUp() local
94 int socketFd = -1; in HWTEST_F() local
127 int socketFd = -1; HWTEST_F() local
190 int socketFd = -1; HWTEST_F() local
220 int socketFd = -1; HWTEST_F() local
246 int socketFd = -1; HWTEST_F() local
280 int socketFd = -1; HWTEST_F() local
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c39 int socketFd = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCKET_TYPE, 0)); in SendMessage() local
/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
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp50 int socketFd = -1; in SetUp() local
/test/xts/hats/kernel/syscalls/net/socket/
H A DSocketApiTest.cpp230 int socketFd = -1; in HWTEST_F() local

Completed in 10 milliseconds

1234