Home
last modified time | relevance | path

Searched refs:DisconnectWatcher (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs60 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/
Dcallbacks.rs44 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 …]
Ddbus_iface.rs267 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/
Dlib.rs293 … 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/
Dmain.rs10 use dbus_projection::DisconnectWatcher;
112 let mut disconnect_watcher = DisconnectWatcher::new(); in main()
Dpowerd_suspend_manager.rs7 use dbus_projection::DisconnectWatcher;
177 Arc::new(Mutex::new(DisconnectWatcher::new())), in export_for_rpc()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs5 use dbus_projection::DisconnectWatcher;
58 disconnect_watcher: Arc<Mutex<DisconnectWatcher>>, in dispatch() argument
Dmain.rs2 use dbus_projection::DisconnectWatcher;
247 let mut disconnect_watcher = DisconnectWatcher::new(); in main()
Diface_bluetooth.rs51 _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
Diface_bluetooth_media.rs208 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument
Diface_bluetooth_gatt.rs414 std::sync::Arc<std::sync::Mutex<dbus_projection::DisconnectWatcher>>, in from_dbus() argument