/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 { implementation 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 264 Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, 299 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() 344 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 393 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 463 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 518 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 681 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 882 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 1157 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() 1298 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc() [all …]
|
D | dbus_iface.rs | 263 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 361 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 488 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 | 288 … disconnect_watcher: std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in generate_dbus_exporter() 708 …disconnect_watcher__: Option<std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>>, in dbus_propmap() 926 disconnect_watcher: std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>, in dbus_proxy_obj() 942 disconnect_watcher: std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>) -> Self { in dbus_proxy_obj() 979 disconnect_watcher__: Option<std::sync::Arc<std::sync::Mutex<DisconnectWatcher>>>, in dbus_proxy_obj() 1017 use dbus_projection::DisconnectWatcher; in generate_dbus_arg() 1226 disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1255 _disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1279 _disconnect_watcher: Option<Arc<Mutex<DisconnectWatcher>>>, in generate_dbus_arg() 1300 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; 113 let disconnect_watcher = Arc::new(Mutex::new(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 | 3 use dbus_projection::DisconnectWatcher; 58 disconnect_watcher: Arc<Mutex<DisconnectWatcher>>, in dispatch() argument
|
D | main.rs | 2 use dbus_projection::DisconnectWatcher; 218 let disconnect_watcher = Arc::new(Mutex::new(DisconnectWatcher::new())); in main()
|
D | iface_bluetooth.rs | 51 _disconnect_watcher: Option<Arc<Mutex<dbus_projection::DisconnectWatcher>>>, in from_dbus() argument 351 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument 448 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
|
D | iface_bluetooth_media.rs | 207 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
|