Searched refs:ClientDBusProxy (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 730 client_proxy: ClientDBusProxy, 734 client_proxy: ClientDBusProxy, 739 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() argument 740 ClientDBusProxy::new( in make_client_proxy() 1057 client_proxy: ClientDBusProxy, 1063 client_proxy: ClientDBusProxy::new( in new() 1129 client_proxy: ClientDBusProxy, 1133 client_proxy: ClientDBusProxy, 1138 fn make_client_proxy(conn: Arc<SyncConnection>) -> ClientDBusProxy { in make_client_proxy() argument 1139 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, 167 pub struct ClientDBusProxy { struct 174 impl ClientDBusProxy { impl
|