Searched refs:timeoutSec (Results 1 – 9 of 9) sorted by relevance
/test/xts/acts/kernel_lite/utils/ |
D | utils.cpp | 126 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() argument 142 if (timeoutSec > 0) { in RunElf() 143 struct timespec time1 = { timeoutSec, 0 }; in RunElf()
|
D | utils.h | 135 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
D | utils.h | 93 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
|
D | utils.cpp | 194 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() argument 211 if (timeoutSec > 0) { in RunElf() 212 struct timespec time1 = { timeoutSec, 0 }; in RunElf()
|
/test/testfwk/arkxtest/uitest/core/ |
D | ui_controller.h | 61 virtual bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec) const in WaitForUiSteady() argument
|
D | ui_driver.h | 81 bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error);
|
D | ui_driver.cpp | 458 bool UiDriver::WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error) in WaitForUiSteady() argument 463 return uiController_->WaitForUiSteady(idleThresholdMs, timeoutSec); in WaitForUiSteady()
|
/test/xts/acts/kernel_lite/net_posix/src/ |
D | ActsNetTest.cpp | 504 static int SelectServerForFork(unsigned int timeoutSec) in SelectServerForFork() argument 518 struct timeval timev = {.tv_sec = timeoutSec, .tv_usec = 0}; in SelectServerForFork() 597 static int PollServerForFork(int timeoutSec) in PollServerForFork() argument 617 ret = poll(fds, fdCount, timeoutSec); in PollServerForFork()
|
/test/xts/acts/communication_lite/lwip_posix/src/ |
D | ActsLwipTest.cpp | 408 static int SelectServerForFork(unsigned int timeoutSec) in SelectServerForFork() argument 421 long timeout = static_cast<long>(timeoutSec); in SelectServerForFork()
|