Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/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
88 process.wait(timeout=timeout_seconds)
95 … logging.error("SIGKILL timeout after %d seconds for pid %d" % (timeout_seconds, conn.pid))
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py194timeout_seconds=self.default_timeout)
255timeout_seconds=self.default_timeout)
276timeout_seconds=self.default_timeout)
334timeout_seconds=self.default_timeout)
405timeout_seconds=self.default_timeout)
498timeout_seconds=self.default_timeout)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py52 timeout_seconds=default_timeout): argument
59 event = central.ed.pop_event(expected_event, timeout_seconds)