Home
last modified time | relevance | path

Searched refs:get_by_id (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs1283 if self.callbacks.get_by_id(callback).is_none() { in listen_using_insecure_l2cap_channel()
1292 if self.callbacks.get_by_id(callback).is_none() { in listen_using_insecure_l2cap_le_channel()
1301 if self.callbacks.get_by_id(callback).is_none() { in listen_using_l2cap_channel()
1311 if self.callbacks.get_by_id(callback).is_none() { in listen_using_l2cap_le_channel()
1326 if self.callbacks.get_by_id(callback).is_none() { in listen_using_insecure_rfcomm_with_service_record()
1341 if self.callbacks.get_by_id(callback).is_none() { in listen_using_rfcomm_with_service_record()
1362 if self.callbacks.get_by_id(callback).is_none() { in listen_using_rfcomm()
1383 if self.callbacks.get_by_id(callback).is_none() { in create_insecure_l2cap_channel()
1398 if self.callbacks.get_by_id(callback).is_none() { in create_insecure_l2cap_le_channel()
1413 if self.callbacks.get_by_id(callback).is_none() { in create_l2cap_channel()
[all …]
Dcallbacks.rs78 pub fn get_by_id(&self, id: u32) -> Option<&Box<T>> { in get_by_id() method
131 let found = callbacks.get_by_id(cbid); in test_add_and_remove()
148 let found = callbacks.get_by_id(cbid); in test_add_and_remove()
Dbluetooth_gatt.rs4350 .get_by_id(cbid) in test_context_map_clients()
4370 .get_by_id(cbid) in test_context_map_clients()