Home
last modified time | relevance | path

Searched refs:NeedToWaitForChild (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/wificond/tests/
Dshell_utils.cpp114 auto NeedToWaitForChild = [child_pid, &wait_status, &waitpid_ret]() { in RunShellCommand() local
125 while (NeedToWaitForChild() && GetCurrentTimeMs() - start_time_ms < 1000) { in RunShellCommand()
140 while (NeedToWaitForChild() && GetCurrentTimeMs() - start_time_ms < 1000) { in RunShellCommand()