Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbts_lib.py117 def forgetDevice(self, identifier): argument
131 def disconnectDevice(self, identifier): argument
145 def connectDevice(self, identifier): argument
170 def pair(self, identifier, pairing_security_level, non_bondable, argument
Dsdp_lib.py100 def connectL2cap(self, identifier, psm, mode): argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py66 def is_alive(self, identifier): argument
93 def get_pids(self, identifier): argument
195 def kill(self, identifier, timeout=10): argument
/tools/test/connectivity/acts/framework/acts/
Dcontext.py235 def identifier(self): member in TestContext
266 def identifier(self): member in RootContext
298 def identifier(self): member in TestClassContext
338 def identifier(self): member in TestCaseContext
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py598 def stop_ap(self, identifier): argument
882 def channel_switch(self, identifier, channel_num): argument
890 def get_current_channel(self, identifier): argument
897 def get_stas(self, identifier) -> Set[str]: argument
904 def get_sta_extended_capabilities(self, identifier, argument
913 self, identifier, sta_mac: str, argument
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py124 def __init__(self, identifier, address, lease_time=None): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py58 def create(config, identifier=None, wlan_devices=None, access_points=None): argument
153 identifier, argument
/tools/netsim/src/controller/
Dscene_controller.cc63 static uint32_t identifier = 0; in GetDevice() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java260 … TestDescription identifier = new TestDescription(CLASS, t.getName() + "[" + apk.getName() + "]"); in run() local