Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/multidevices/host/test_helper/
Dfast_pair_provider_simulator.py61 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,
Dfast_pair_seeker.py67 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,
Devent_helper.py34 event_name: str, timeout_seconds: int,
54 deadline = start_time + timeout_seconds
/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/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp147 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()
Dbt_binder_facade.h46 int mode, int timeout_seconds, int tx_power_level, bool is_connectable);
/packages/modules/Connectivity/nearby/tests/multidevices/host/
Dinitial_pairing_test.py57 timeout_seconds=HALF_SHEET_POPUP_TIMEOUT_SEC,
62 timeout_seconds=MANAGE_ACCOUNT_DEVICE_TIMEOUT_SEC)
Dseeker_discover_provider_test.py50 timeout_seconds=SCAN_TIMEOUT_SEC,
Dseeker_show_halfsheet_test.py55 timeout_seconds=HALF_SHEET_POPUP_TIMEOUT_SEC,
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py193 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/
Dbt_gatt_utils.py52 timeout_seconds=default_timeout): argument
59 event = central.ed.pop_event(expected_event, timeout_seconds)