Searched refs:get_object_id (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 99 fn get_object_id(&self) -> String { in get_object_id() method 110 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc() 335 fn get_object_id(&self) -> String { in get_object_id() method 346 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc() 384 fn get_object_id(&self) -> String { in get_object_id() method 395 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc() 454 fn get_object_id(&self) -> String { in get_object_id() method 465 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc() 509 fn get_object_id(&self) -> String { in get_object_id() method 520 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | callbacks.rs | 39 if let Some(cbid) = self.object_id_to_cbid.get(&callback.get_object_id()) { in add_callback() 52 self.object_id_to_cbid.insert(callback.get_object_id(), id); in add_callback() 69 self.object_id_to_cbid.remove(&callback.get_object_id()); in remove_callback() 112 fn get_object_id(&self) -> String { in get_object_id() method 136 Some(c) => c.get_object_id(), in test_add_and_remove()
|
D | battery_service.rs | 397 fn get_object_id(&self) -> String { in get_object_id() method 541 fn get_object_id(&self) -> String { in get_object_id() method
|
D | dis.rs | 274 fn get_object_id(&self) -> String { in get_object_id() method
|
D | lib.rs | 560 fn get_object_id(&self) -> String { in get_object_id() method
|
D | bluetooth_gatt.rs | 4312 fn get_object_id(&self) -> String { in get_object_id() method 4351 .and_then(|cb| Some(cb.get_object_id())) in test_context_map_clients() 4371 .and_then(|cb| Some(cb.get_object_id())) in test_context_map_clients()
|
D | bluetooth.rs | 2152 fn get_object_id(&self) -> String { in get_object_id() method
|
D | bluetooth_media.rs | 4305 fn get_object_id(&self) -> String { in get_object_id() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | powerd_suspend_manager.rs | 168 fn get_object_id(&self) -> String { in get_object_id() method 179 cr.lock().unwrap().insert(self.get_object_id(), &[iface], Arc::new(Mutex::new(self))); in export_for_rpc()
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 404 let path = dbus::Path::new(#ident.get_object_id()).unwrap(); in generate_dbus_interface_client() 963 fn get_object_id(&self) -> String { in dbus_proxy_obj()
|