Searched defs:fds (Results 26 - 32 of 32) sorted by relevance
12
| /foundation/communication/dsoftbus/core/connection/common/src/ |
| H A D | softbus_base_listener.c | 1226 int32_t fds[2] = { 0 }; in StartSelectThread() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | copy.cpp | 769 struct pollfd fds[2]; in GetNotifyEvent() local
|
| /test/xts/acts/kernel_lite/net_posix/src/ |
| H A D | ActsNetTest.cpp | 516 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerForFork() local 607 struct pollfd fds[TEST_FD_COUNT]; PollServerForFork() local [all...] |
| /foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
| H A D | socket_exec.cpp | 514 static bool PollFd(pollfd *fds, nfds_t num, int timeout) in PollFd() argument 559 pollfd fds[1] = {{0}}; in PollSendData() local 780 pollfd fds[ in PollRecvData() local 825 struct pollfd fds[1] = {{.fd = sock, .events = POLLOUT}}; NonBlockConnect() local 1912 pollfd fds[1] = {{connectFD, POLLIN, 0}}; ClientPollRecv() local [all...] |
| H A D | local_socket_exec.cpp | 240 static bool PollFd(pollfd *fds, nfds_t num, int timeout) in PollFd() argument 284 pollfd fds[1] = {{0}}; in PollSendData() local 545 struct pollfd fds[1] = {{.fd = mgr->sockfd_, .events = POLLIN}}; in LocalSocketServerAccept() local 718 pollfd fds[1] = {{.fd = sock, .events = POLLIN}}; PollRecvData() local 784 pollfd fds[1] = {{.fd = sock, .events = POLLOUT}}; NonBlockConnect() local [all...] |
| /foundation/communication/netstack/frameworks/js/napi/tls/src/ |
| H A D | tls_socket.cpp | 417 pollfd fds[1] = {{.fd = sockFd_, .events = POLLIN}}; in ReadMessage() local 1213 pollfd fds[1] = {{.fd = sockfd, .events = POLLOUT}}; in SendRetry() local 1252 pollfd fds[1] = {{.fd = sockfd, .events = POLLOUT}}; in PollSend() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | main_thread.cpp | 2598 void MainThread::StartChild(const std::map<std::string, int32_t> &fds) in StartChild() argument
|
Completed in 19 milliseconds
12