Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs85 let fn_ident = if let Expr::Path(p) = &args[0] { in btif_callbacks_dispatcher() localVariable
154 pub(crate) fn #fn_ident<T: #trait_ident>(obj: &mut T, cb: #callbacks_struct_ident) { in btif_callbacks_dispatcher()
164 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident.to_string())); in btif_callbacks_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs91 let fn_ident = if let Expr::Path(p) = &args[0] { in generate_dbus_exporter() localVariable
285 pub fn #fn_ident #type_t( in generate_dbus_exporter()
296 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident)); in generate_dbus_exporter()