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 { 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/
Dcallbacks.rs44 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 …]
Ddbus_iface.rs263 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/
Dlib.rs288 … 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/
Dmain.rs10 use dbus_projection::DisconnectWatcher;
113 let disconnect_watcher = Arc::new(Mutex::new(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.rs3 use dbus_projection::DisconnectWatcher;
58 disconnect_watcher: Arc<Mutex<DisconnectWatcher>>, in dispatch() argument
Dmain.rs2 use dbus_projection::DisconnectWatcher;
218 let disconnect_watcher = Arc::new(Mutex::new(DisconnectWatcher::new())); in main()
Diface_bluetooth.rs51 _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
Diface_bluetooth_media.rs207 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