Searched defs:fds (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
D | ipc_transactor_test.cpp | 31 static void RedirectStdoutToPipe(string_view procName, PipeFds fds) in RedirectStdoutToPipe() 41 static string WaitPidAndReadPipe(pid_t pid, PipeFds fds) in WaitPidAndReadPipe() 94 int32_t fds[2]; in TEST_P() local 139 int32_t fds[2]; in TEST() local 196 int32_t fds[2]; in TEST() local 244 int32_t fds[2]; in TEST() local 287 int32_t fds[2]; in TEST() local
|
/test/xts/acts/communication_lite/lwip_hal/src/ |
D | lwip_func_test.c | 354 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerTask() local
|
/test/xts/acts/kernel_lite/net_posix/src/ |
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]; in PollServerForFork() local
|
/test/xts/acts/communication_lite/lwip_posix/src/ |
D | ActsLwipTest.cpp | 419 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerForFork() local
|