Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs160 fn print_names(names: &HashSet<String>) -> String { in print_names() method
176 device_names = DeviceInformation::print_names(&self.names), in fmt()
965 let a_name = format!("{}", DeviceInformation::print_names(&a.names)); in report()
966 let b_name = format!("{}", DeviceInformation::print_names(&b.names)); in report()