Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/integration/
Dprocess_utils.cpp96 time_t start_time_seconds = time(nullptr); in WaitForTrue() local
102 } while ((time(nullptr) - start_time_seconds) < timeout_seconds); in WaitForTrue()