| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
| H A D | child_process_args.h | 30 std::map<std::string, int32_t> fds; member
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/ |
| H A D | sys_dfile.c | 31 struct EpollDescStr fds; in CreateReceiverPipe() local
|
| /test/xts/hats/kernel/syscalls/async/epoll_ctl/ |
| H A D | EpollCtlApiTest.cpp | 68 int fds[2]; in HWTEST_F() local 105 int fds[2]; in HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/async/ppoll/ |
| H A D | PpollApiTest.cpp | 105 struct pollfd* fds = nullptr; in HWTEST_F() local
|
| /foundation/graphic/graphic_surface/buffer_handle/test/unittest/ |
| H A D | buffer_handle_test.cpp | 46 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local 65 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/fcntl/ |
| H A D | FcntlApiTest.cpp | 256 int fds[2]; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
| H A D | native_child_process.cpp | 125 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 D | app_spawn_client_second_test.cpp | 534 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 D | native_args_child_process.cpp | 70 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 D | napi_common_child_process_param.cpp | 122 auto &fds = args.fds; WrapChildProcessArgs() local [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
| H A D | netsys_tcp_client.c | 63 struct pollfd fds[1] = {{0}}; in Poll() local
|
| H A D | clatd.cpp | 127 pollfd fds[] = { in RunLoop() local
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
| H A D | raw_socket.cpp | 148 pollfd fds[1]; in Recv() local
|
| H A D | dns_checker.cpp | 162 pollfd fds[1]; in recvDnsData() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
| H A D | sys_event.c | 124 struct EpollDescStr fds; in CreateNonBlockPipe() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | child_main_thread.cpp | 44 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
|
| /foundation/multimodalinput/input/service/module_loader/test/ |
| H A D | uds_server_test.cpp | 113 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 D | watcher_entity.cpp | 189 struct pollfd fds[2]; in GetNotifyEvent() local
|
| /foundation/communication/dhcp/services/utils/src/ |
| H A D | dhcp_arp_checker.cpp | 311 pollfd fds[1]; in RecvData() local
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ipc_transactor_test.cpp | 32 static void RedirectStdoutToPipe(string_view procName, PipeFds fds) in RedirectStdoutToPipe() argument 42 static string WaitPidAndReadPipe(pid_t pid, PipeFds fds) in WaitPidAndReadPipe() argument 95 int32_t fds[2]; in TEST_P() local 140 int32_t fds[2]; TEST() local 197 int32_t fds[2]; TEST() local 245 int32_t fds[2]; TEST() local 288 int32_t fds[2]; TEST() local [all...] |
| /foundation/ability/ability_runtime/services/appmgr/include/ |
| H A D | app_spawn_client.h | 79 std::map<std::string, int32_t> fds; member
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_spawn_client.cpp | 563 SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, const std::map<std::string, int32_t> &fds) SetExtMsgFds() argument
|
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | copy.cpp | 529 struct pollfd fds[2]; in GetNotifyEvent() local
|
| /test/xts/acts/communication_lite/lwip_posix/src/ |
| H A D | ActsLwipTest.cpp | 419 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerForFork() local [all...] |
| /test/xts/acts/communication_lite/lwip_hal/src/ |
| H A D | lwip_func_test.c | 354 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerTask() local [all...] |