Home
last modified time | relevance | path

Searched defs:DBusLog (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs352 pub enum DBusLog { enum
357 impl DBusLog { implementation
358 pub fn log(logging: DBusLog, prefix: &str, iface_name: &str, func_name: &str, param: &str) { in log()