Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs168 let mut dbus_input_ident = ident.to_string(); in generate_dbus_exporter() localVariable
169 dbus_input_ident.push('_'); in generate_dbus_exporter()
170 let dbus_input_arg = format_ident!("{}", dbus_input_ident); in generate_dbus_exporter()