Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs295 return Err(Box::new(DBusArgError::new(String::from(format!( in dbus_propmap()
304 return Err(Box::new(DBusArgError::new(String::from(format!( in dbus_propmap()
328 return Err(Box::new(DBusArgError::new(String::from(format!( in dbus_propmap()
536 pub(crate) struct DBusArgError { in generate_dbus_arg()
540 impl DBusArgError { in generate_dbus_arg() impl
541 pub fn new(message: String) -> DBusArgError { in generate_dbus_arg()
542 DBusArgError { message } in generate_dbus_arg()
546 impl fmt::Display for DBusArgError { in generate_dbus_arg()
552 impl Error for DBusArgError {} in generate_dbus_arg()
/system/bt/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs22 use crate::dbus_arg::{DBusArg, DBusArgError};
/system/bt/gd/rust/linux/dbus_projection/src/
Dlib.rs89 None => Err(Box::new(DBusArgError::new(String::from(format!(