Searched refs:timeout_seconds (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Connectivity/nearby/tests/multidevices/host/test_helper/ |
D | fast_pair_provider_simulator.py | 61 def setup_provider_simulator(self, timeout_seconds: int) -> None: 86 timeout_seconds=timeout_seconds, 125 def wait_for_discoverable_mode(self, timeout_seconds: int) -> None: 152 timeout_seconds=timeout_seconds, 157 def wait_for_advertising_start(self, timeout_seconds: int) -> None: 184 timeout_seconds=timeout_seconds,
|
D | fast_pair_seeker.py | 67 def wait_and_assert_provider_found(self, timeout_seconds: int, 99 timeout_seconds=timeout_seconds, 128 def wait_and_assert_halfsheet_showed(self, timeout_seconds: int, 139 self._ad.fp.waitAndAssertHalfSheetShowed(expected_model_id, timeout_seconds) 150 self, timeout_seconds: int, 183 timeout_seconds=timeout_seconds,
|
D | event_helper.py | 34 event_name: str, timeout_seconds: int, 54 deadline = start_time + timeout_seconds
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | os_utils.py | 34 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/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 147 int mode, int timeout_seconds, int tx_power_level, bool is_connectable) { in BtBinderSetAdvSettings() argument 170 timeout_seconds); in BtBinderSetAdvSettings() 334 int timeout_seconds; in bt_binder_set_adv_settings_wrapper() local 352 timeout_seconds = doc[sl4n::kParamsStr][1].GetInt(); in bt_binder_set_adv_settings_wrapper() 374 mode, timeout_seconds, tx_power_level, is_connectable); in bt_binder_set_adv_settings_wrapper()
|
D | bt_binder_facade.h | 46 int mode, int timeout_seconds, int tx_power_level, bool is_connectable);
|
/packages/modules/Connectivity/nearby/tests/multidevices/host/ |
D | initial_pairing_test.py | 57 timeout_seconds=HALF_SHEET_POPUP_TIMEOUT_SEC, 62 timeout_seconds=MANAGE_ACCOUNT_DEVICE_TIMEOUT_SEC)
|
D | seeker_discover_provider_test.py | 50 timeout_seconds=SCAN_TIMEOUT_SEC,
|
D | seeker_show_halfsheet_test.py | 55 timeout_seconds=HALF_SHEET_POPUP_TIMEOUT_SEC,
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/ |
D | gatt_connect_low_layer_test.py | 193 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout) 252 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout) 271 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout) 327 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout) 396 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout) 487 self.dut, RANDOM_ADDRESS, autoconnect, timeout_seconds=self.default_timeout)
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 52 timeout_seconds=default_timeout): argument 59 event = central.ed.pop_event(expected_event, timeout_seconds)
|