Searched refs:AndroidSetCountryCodeCmdBuilder (Results 1 – 5 of 5) sorted by relevance
/external/uwb/src/rust/uci/ |
D | uci_hmsgs.rs | 22 AndroidSetCountryCodeCmdBuilder, AppConfigTlv, Controlee, DeviceResetCmdBuilder, GroupId, 39 pub fn build_set_country_code_cmd(code: &[u8]) -> Result<AndroidSetCountryCodeCmdBuilder, UwbErr> { in build_set_country_code_cmd() argument 40 Ok(AndroidSetCountryCodeCmdBuilder { country_code: code.try_into()? }) in build_set_country_code_cmd()
|
D | mod.rs | 891 let cmd = AndroidSetCountryCodeCmdBuilder { country_code: [45, 34] }.build(); in test_set_country_code()
|
/external/uwb/src/rust/uwb_core/src/uci/ |
D | command.rs | 147 uwb_uci_packets::AndroidSetCountryCodeCmdBuilder { in try_from()
|
D | uci_manager.rs | 1099 uwb_uci_packets::AndroidSetCountryCodeCmdBuilder { country_code: b"US".to_owned() } in test_android_set_country_code_ok()
|
/external/uwb/src/fuzz/ |
D | fuzzer.rs | 14 AndroidSetCountryCodeCmdBuilder, AndroidSetCountryCodeRspBuilder, ControleeStatus,
|