Home
last modified time | relevance | path

Searched refs:arg_names (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs125 let mut arg_names = quote! {}; in btif_callbacks_dispatcher() localVariable
130 arg_names = quote! { #arg_names #attr_name, }; in btif_callbacks_dispatcher()
143 #callbacks_struct_ident::#btif_callback(#arg_names) => { in btif_callbacks_dispatcher()
144 obj.#method_ident(#arg_names); in btif_callbacks_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs155 let mut arg_names = quote! {}; in generate_dbus_exporter() localVariable
173 arg_names = quote! { in generate_dbus_exporter()
174 #arg_names #ident_string, in generate_dbus_exporter()
268 (#arg_names), in generate_dbus_exporter()