Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs99 let callbacks_map = self.callbacks.clone(); in setup_watch() localVariable
119 if !callbacks_map.lock().unwrap().contains_key(&addr) { in setup_watch()
123 for (id, callback) in callbacks_map.lock().unwrap()[&addr].iter() { in setup_watch()
127 callbacks_map.lock().unwrap().remove(&addr); in setup_watch()