/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 60 DBusLogOptions, DBusLogVerbosity, DisconnectWatcher, 68 pub struct DisconnectWatcher { struct 76 impl DisconnectWatcher { argument 78 pub fn new() -> DisconnectWatcher { in new() 79 DisconnectWatcher { next_id: 0, callbacks: Arc::new(Mutex::new(HashMap::new())) } in new() 89 impl DisconnectWatcher { implementation 266 Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, 301 Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>,
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 44 use dbus_projection::DisconnectWatcher; 108 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 351 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 408 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 478 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 533 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 696 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 897 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 1172 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 1313 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() [all …]
|
D | dbus_iface.rs | 267 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 365 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 492 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 293 … disconnect_watcher: std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in generate_dbus_exporter() 717 …disconnect_watcher__: Option<std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>>, in dbus_propmap() 938 disconnect_watcher: std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>, in dbus_proxy_obj() 954 disconnect_watcher: std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>) -> Self { in dbus_proxy_obj() 991 disconnect_watcher__: Option<std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>>, in dbus_proxy_obj() 1029 use dbus_projection::DisconnectWatcher; in generate_dbus_arg() 1238 disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1267 _disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1291 _disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1312 disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | main.rs | 10 use dbus_projection::DisconnectWatcher; 112 let mut disconnect_watcher = DisconnectWatcher::new(); in main()
|
D | powerd_suspend_manager.rs | 7 use dbus_projection::DisconnectWatcher; 177 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 5 use dbus_projection::DisconnectWatcher; 58 disconnect_watcher: Arc<Mutex<DisconnectWatcher>>, in dispatch() argument
|
D | main.rs | 2 use dbus_projection::DisconnectWatcher; 247 let mut disconnect_watcher = DisconnectWatcher::new(); in main()
|
D | iface_bluetooth.rs | 51 _disconnect_watcher: Option<Arc<Mutex<dbus_projection::DisconnectWatcher>>>, in from_dbus() argument 360 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 457 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
|
D | iface_bluetooth_media.rs | 208 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
|
D | iface_bluetooth_gatt.rs | 414 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
|