Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py151 def gatt_client_write_characteristic_without_response_by_handle( argument
159 def gatt_client_write_characteristic_by_handle(self, peer_identifier, argument
167 def gatt_client_read_characteristic_by_handle(self, peer_identifier, argument
182 def gatt_client_read_long_characteristic_by_handle(self, peer_identifier, argument
191 def gatt_client_enable_notifiy_characteristic_by_handle( argument
199 def gatt_client_disable_notifiy_characteristic_by_handle( argument
207 def gatt_client_read_descriptor_by_handle(self, peer_identifier, handle): argument
214 def gatt_client_write_descriptor_by_handle(self, peer_identifier, handle, argument
222 def gatt_client_long_read_descriptor_by_handle(self, peer_identifier, argument
435 def gatt_client_write_characteristic_without_response_by_handle( argument
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DIMoblyYamlResultHandler.java25 ITestResult handle(Map<String, Object> docMap); in handle() method
DMoblyYamlResultUserDataHandler.java27 public UserData handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultUserDataHandler
DMoblyYamlResultTestNameListHandler.java29 public TestNameList handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultTestNameListHandler
DMoblyYamlResultControllerInfoHandler.java27 public ControllerInfo handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultControllerInfoHandler
DMoblyYamlResultSummaryHandler.java28 public Summary handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultSummaryHandler
DMoblyYamlResultRecordHandler.java32 public Record handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultRecordHandler
/tools/netsim/rust/http-proxy/benches/
Ddns_benchmark.rs48 let handle = rt.handle(); in main() localVariable
/tools/netsim/rust/http-proxy/src/
Dconnector.rs94 let handle = tokio::spawn(async move { in test_connect() localVariable
128 let handle = tokio::spawn(async move { in test_connect_with_auth() localVariable
/tools/netsim/rust/daemon/src/
Devents.rs148 let handle = thread::spawn(move || match rx.recv() { in test_subscribe_and_publish() localVariable
178 let handle = thread::spawn(move || match rx.recv() { in test_publish_to_multiple_subscribers() localVariable
Dsession.rs39 handle: Option<JoinHandle<String>>, field
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DUsbDevice.java46 PointerByReference handle = new PointerByReference(); in UsbDevice() local
/tools/netsim/rust/libslirp-rs/src/
Dlibslirp.rs1153 let handle = thread::Builder::new() in launch_polling_thread() localVariable