Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/demo_apk/src/
Dmain.rs63 info!("Status: {:?}", status_to_cstr(status)); in try_main()
72 .map_err(|e| anyhow!("Unexpected status: {:?}", status_to_cstr(e)))?; in try_main()
104 info!("Attestation succeeds. Status: {:?}", status_to_cstr(status)); in request_attestation()
222 fn status_to_cstr(status: AVmAttestationStatus) -> &'static CStr { in status_to_cstr() function
/packages/modules/Virtualization/service_vm/test_apk/src/native/
Dmain.rs95 .map_err(|e| anyhow!("Unexpected status: {:?}", status_to_cstr(e))) in requestAttestationForTesting()
161 info!("Attestation succeeds. Status: {:?}", status_to_cstr(status)); in request_attestation_for_testing()
181 info!("Attestation succeeds. Status: {:?}", status_to_cstr(status)); in request_attestation()
314 fn status_to_cstr(status: AVmAttestationStatus) -> &'static CStr { in status_to_cstr() function