Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs614 let mut log_format = String::new(); in dbus_propmap() localVariable
677 if !log_format.is_empty() { in dbus_propmap()
678 log_format.push_str(", "); in dbus_propmap()
680 log_format.push_str(field_str.as_str()); in dbus_propmap()
681 log_format.push_str(": {}"); in dbus_propmap()
693 log_format.insert_str(0, " {{ "); in dbus_propmap()
694 log_format.push_str(" }}"); in dbus_propmap()
695 log_format.insert_str(0, struct_ident.to_string().as_str()); in dbus_propmap()
724 format!(#log_format, #log_args) in dbus_propmap()