Searched refs:ClientDBusProxy (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 719 client_proxy: ClientDBusProxy, 723 client_proxy: ClientDBusProxy, 728 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() argument 729 ClientDBusProxy::new( in make_client_proxy() 1046 client_proxy: ClientDBusProxy, 1052 client_proxy: ClientDBusProxy::new( in new() 1117 client_proxy: ClientDBusProxy, 1121 client_proxy: ClientDBusProxy, 1126 fn make_client_proxy(conn: Arc<SyncConnection>) -> ClientDBusProxy { in make_client_proxy() argument 1127 ClientDBusProxy::new( in make_client_proxy() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | dbus_iface.rs | 17 client_proxy: ClientDBusProxy, 21 client_proxy: ClientDBusProxy, 26 fn make_client_proxy(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> ClientDBusProxy { in make_client_proxy() argument 27 ClientDBusProxy::new( in make_client_proxy()
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 59 dbus_generated, impl_dbus_arg_enum, impl_dbus_arg_from_into, ClientDBusProxy, DBusLog, 165 pub struct ClientDBusProxy { struct 172 impl ClientDBusProxy { impl
|