Searched refs:AndroidSetCountryCode (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/fuzz/ |
H A D | proto_uwb_service_fuzzer.rs | 34 AndroidSetCountryCode, enumerator 76 Command::AndroidSetCountryCode => {
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | response.rs | 54 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 D | command.rs | 109 AndroidSetCountryCode { enumerator 228 UciCommand::AndroidSetCountryCode { country_code } => { in try_from() 492 cmd = UciCommand::AndroidSetCountryCode { in test_convert_uci_cmd_to_packets()
|
H A D | mock_uci_manager.rs | 374 .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 D | uci_manager.rs | 580 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 D | uwb_service.rs | 219 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 D | uwb_service.proto | 617 // 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/ |
D | uci_packets.rs | 688 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/ |
D | uci_packets.rs | 688 AndroidSetCountryCode = 0x1, enumerator 698 0x1 => Ok(AndroidOpCode::AndroidSetCountryCode), in try_from() 710 AndroidOpCode::AndroidSetCountryCode => 0x1, in from()
|