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.rs107 let callbacks_map = self.callbacks.clone(); in setup_watch() localVariable
127 if !callbacks_map.lock().unwrap().contains_key(&addr) { in setup_watch()
131 for (id, callback) in callbacks_map.lock().unwrap()[&addr].iter() { in setup_watch()
135 callbacks_map.lock().unwrap().remove(&addr); in setup_watch()