Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/fuzz/
H A Dproto_uwb_service_fuzzer.rs34 AndroidSetCountryCode, enumerator
76 Command::AndroidSetCountryCode => {
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dresponse.rs54 AndroidSetCountryCode(Result<()>), enumerator
88 Self::AndroidSetCountryCode(result) => Self::matches_result_retry(result), in need_retry()
335 Ok(UciResponse::AndroidSetCountryCode(status_code_to_result(evt.get_status()))) in try_from()
H A Dcommand.rs109 AndroidSetCountryCode { enumerator
228 UciCommand::AndroidSetCountryCode { country_code } => { in try_from()
492 cmd = UciCommand::AndroidSetCountryCode { in test_convert_uci_cmd_to_packets()
H A Dmock_uci_manager.rs374 .push_back(ExpectedCall::AndroidSetCountryCode { expected_country_code, out }); in expect_android_set_country_code()
1061 Some(ExpectedCall::AndroidSetCountryCode { expected_country_code, out }) in android_set_country_code()
1420 AndroidSetCountryCode { enumerator
H A Duci_manager.rs580 let cmd = UciCommand::AndroidSetCountryCode { country_code }; in android_set_country_code()
582 Ok(UciResponse::AndroidSetCountryCode(resp)) => resp, in android_set_country_code()
3076 let cmd = UciCommand::AndroidSetCountryCode { country_code: country_code_clone }; in test_android_set_country_code_ok()
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/
H A Duwb_service.rs219 self.block_on_cmd(Command::AndroidSetCountryCode { country_code })?; in android_set_country_code()
410 Command::AndroidSetCountryCode { country_code } => { in handle_cmd()
548 AndroidSetCountryCode { enumerator
/aosp_15_r20/external/uwb/src/rust/uwb_core/protos/
H A Duwb_service.proto617 // Argument of the UwbService::AndroidSetCountryCode() method.
622 // Response of the UwbService::AndroidSetCountryCode() method.
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/
Duci_packets.rs688 AndroidSetCountryCode = 0x1, enumerator
698 0x1 => Ok(AndroidOpCode::AndroidSetCountryCode), in try_from()
710 AndroidOpCode::AndroidSetCountryCode => 0x1, in from()
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/libuwb_uci_packets/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/
Duci_packets.rs688 AndroidSetCountryCode = 0x1, enumerator
698 0x1 => Ok(AndroidOpCode::AndroidSetCountryCode), in try_from()
710 AndroidOpCode::AndroidSetCountryCode => 0x1, in from()