Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dos_utils.py34 def is_subprocess_alive(process, timeout_seconds=1): argument
43 process.wait(timeout=timeout_seconds)
59 def make_ports_available(ports: Container[int], timeout_seconds=10): argument
85 process.wait(timeout=timeout_seconds)
87 … logging.error("SIGKILL timeout after %d seconds for pid %d" % (timeout_seconds, conn.pid))
/system/connectivity/wificond/tests/integration/
Dprocess_utils.cpp95 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds) { in WaitForTrue() argument
102 } while ((time(nullptr) - start_time_seconds) < timeout_seconds); in WaitForTrue()
Dprocess_utils.h76 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds);
/system/logging/logd/
DLogReader.cpp121 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable() local
122 deadline = std::chrono::steady_clock::now() + std::chrono::seconds(timeout_seconds); in onDataAvailable()
/system/update_engine/scripts/
Dupdate_device.py353 def adb(self, command, timeout_seconds: float = None):
368 p.wait(timeout_seconds)