Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_args.h30 std::map<std::string, int32_t> fds; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_dfile.c31 struct EpollDescStr fds; in CreateReceiverPipe() local
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp46 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
65 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp125 std::map<std::string, int32_t> fds; in OH_Ability_StartNativeChildProcess() local
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp534 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", 2}}; in HWTEST_F() local
547 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", -1}}; in HWTEST_F() local
560 std::map<std::string, int32_t> fds = {{"fd1", -1}, {"fd2", -1}}; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_args_child_process.cpp70 ParseToNativeArgs(const std::string &entryParams, const std::map<std::string, int32_t> &fds) ParseToNativeArgs() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_child_process_param.cpp122 auto &fds = args.fds; WrapChildProcessArgs() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_tcp_client.c63 struct pollfd fds[1] = {{0}}; in Poll() local
H A Dclatd.cpp127 pollfd fds[] = { in RunLoop() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Draw_socket.cpp148 pollfd fds[1]; in Recv() local
H A Ddns_checker.cpp162 pollfd fds[1]; in recvDnsData() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_event.c124 struct EpollDescStr fds; in CreateNonBlockPipe() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp44 void ChildMainThread::Start(const std::map<std::string, int32_t> &fds) in Start() argument
105 void ChildMainThread::SetFds(const std::map<std::string, int32_t> &fds) in SetFds() argument
H A Dmain_thread.cpp2598 void MainThread::StartChild(const std::map<std::string, int32_t> &fds) in StartChild() argument
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp113 std::vector<int32_t> fds; in HWTEST_F() local
819 int32_t fds = 1; in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp189 struct pollfd fds[2]; in GetNotifyEvent() local
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp311 pollfd fds[1]; in RecvData() local
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h79 std::map<std::string, int32_t> fds; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp563 SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, const std::map<std::string, int32_t> &fds) SetExtMsgFds() argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp529 struct pollfd fds[2]; in GetNotifyEvent() local
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c1226 int32_t fds[2] = { 0 }; in StartSelectThread() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp769 struct pollfd fds[2]; in GetNotifyEvent() local
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp514 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 Dlocal_socket_exec.cpp240 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 Dtls_socket.cpp417 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

Completed in 26 milliseconds