/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 151 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/ |
D | IMoblyYamlResultHandler.java | 25 ITestResult handle(Map<String, Object> docMap); in handle() method
|
D | MoblyYamlResultUserDataHandler.java | 27 public UserData handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultUserDataHandler
|
D | MoblyYamlResultTestNameListHandler.java | 29 public TestNameList handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultTestNameListHandler
|
D | MoblyYamlResultControllerInfoHandler.java | 27 public ControllerInfo handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultControllerInfoHandler
|
D | MoblyYamlResultSummaryHandler.java | 28 public Summary handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultSummaryHandler
|
D | MoblyYamlResultRecordHandler.java | 32 public Record handle(Map<String, Object> docMap) { in handle() method in MoblyYamlResultRecordHandler
|
/tools/netsim/rust/http-proxy/benches/ |
D | dns_benchmark.rs | 48 let handle = rt.handle(); in main() localVariable
|
/tools/netsim/rust/http-proxy/src/ |
D | connector.rs | 94 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/ |
D | events.rs | 148 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
|
D | session.rs | 39 handle: Option<JoinHandle<String>>, field
|
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | UsbDevice.java | 46 PointerByReference handle = new PointerByReference(); in UsbDevice() local
|
/tools/netsim/rust/libslirp-rs/src/ |
D | libslirp.rs | 1153 let handle = thread::Builder::new() in launch_polling_thread() localVariable
|