Home
last modified time | relevance | path

Searched refs:DBusType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs187 <#arg_type as DBusArg>::DBusType, in generate_dbus_exporter()
229 output_type = quote! {<#t as DBusArg>::DBusType,}; in generate_dbus_exporter()
444 let ret: #output_as_dbus_arg::DBusType = self.client_proxy.method( in generate_dbus_interface_client()
643 … let #field_ident = <<#field_type as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in dbus_propmap()
702 type DBusType = dbus::arg::PropMap; in dbus_propmap()
973 type DBusType = Path<'static>; in dbus_proxy_obj()
1073 if !any.is::<<Self as DBusArg>::DBusType>() { in generate_dbus_arg()
1077 std::any::type_name::<<Self as DBusArg>::DBusType>(), in generate_dbus_arg()
1081 let arg = (*any.downcast_ref::<<Self as DBusArg>::DBusType>().unwrap()).clone(); in generate_dbus_arg()
1094 if !any.is::<<Self as DBusArg>::DBusType>() { in generate_dbus_arg()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs46 type DBusType = Vec<u8>; typedef
315 <T as DBusArg>::DBusType: RefArgToRust<RustType = <T as DBusArg>::DBusType>, in parse_propmap_value()
320 let output = <<T as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in parse_propmap_value()
338 T::DBusType: 'static + dbus::arg::RefArg, in write_propmap_value()
345 type DBusType = dbus::arg::PropMap; typedef
442 type DBusType = String; typedef
Diface_bluetooth_gatt.rs408 type DBusType = dbus::arg::PropMap; typedef
436 <<Vec<ScanFilterPattern> as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in from_dbus()
Diface_bluetooth_media.rs201 type DBusType = dbus::arg::PropMap; typedef
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs258 type DBusType = u32;
293 type DBusType = $dbus_type;
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs227 <T as DBusArg>::DBusType: RefArgToRust<RustType = <T as DBusArg>::DBusType>, in parse_propmap_value()
232 let output = <<T as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in parse_propmap_value()
250 T::DBusType: 'static + dbus::arg::RefArg, in write_propmap_value()
257 type DBusType = dbus::arg::PropMap; typedef
355 type DBusType = String; typedef
482 type DBusType = dbus::arg::PropMap; typedef
510 <<Vec<ScanFilterPattern> as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in from_dbus()