Searched refs:status_to_cstr (Results 1 – 2 of 2) sorted by relevance
63 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
95 .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