Home
last modified time | relevance | path

Searched refs:source_location_msg (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/rkpd_client/src/
Dlib.rs28 use message_macro::source_location_msg;
128 .context(source_location_msg!("GetRegistrationCallback cancelled.")), in onCancel()
136 .context(source_location_msg!("GetRegistrationCallback failed: {:?}", description)), in onError()
147 .context(source_location_msg!("Trying to connect to IRemoteProvisioning service."))?; in get_rkpd_registration()
154 .context(source_location_msg!("Trying to get registration."))?; in get_rkpd_registration()
157 Err(e) => Err(Error::Timeout).context(source_location_msg!("Waiting for RKPD: {:?}", e)), in get_rkpd_registration()
188 Err(Error::RequestCancelled).context(source_location_msg!("GetKeyCallback cancelled.")), in onCancel()
194 self.key_tx.send(Err(Error::GetKeyFailed(error)).context(source_location_msg!( in onError()
212 .context(source_location_msg!("Trying to get key."))?; in get_rkpd_attestation_key_from_registration_async()
221 .context(source_location_msg!("Waiting for RKPD key timed out: {:?}", e)) in get_rkpd_attestation_key_from_registration_async()
[all …]
/system/security/keystore2/message_macro/src/
Dlib.rs28 macro_rules! source_location_msg { macro
/system/security/keystore2/src/
Dlib.rs53 use message_macro::source_location_msg as ks_err;