Searched refs:RustApcfCommand (Results 1 – 3 of 3) sorted by relevance
41 ApcfCommand ConvertApcfFromRust(const RustApcfCommand& command) { in ConvertApcfFromRust()74 std::vector<ApcfCommand> ConvertApcfVec(const ::rust::Vec<RustApcfCommand>& rustvec) { in ConvertApcfVec()77 for (const RustApcfCommand& command : rustvec) { in ConvertApcfVec()211 void BleScannerIntf::ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters) { in ScanFilterAdd()
29 struct RustApcfCommand;84 void ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters);
57 pub struct RustApcfCommand { struct160 filters: Vec<RustApcfCommand>, in ScanFilterAdd() argument400 pub type ApcfCommand = ffi::RustApcfCommand;