Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs165 ReplaceSemiColonWithSpace, enumerator
208 Converter::ReplaceSemiColonWithSpace => Ok(value.replace(";", " ")), in apply_action()
440 KeyAction::Apply(Converter::ReplaceSemiColonWithSpace), in convert_from_bluez_device()
1080 let mut key = DeviceKey::new("", KeyAction::Apply(Converter::ReplaceSemiColonWithSpace)); in test_replacesemicolonwithspace()