Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs58 let candidates = self.get_candidates(slice.to_string().clone()); in complete()
83 fn get_candidates(&self, cmd: String) -> HashSet<CommandCandidate> { in get_candidates() method