Searched refs:source_location_msg (Results 1 – 3 of 3) sorted by relevance
28 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 …]
28 macro_rules! source_location_msg { macro
53 use message_macro::source_location_msg as ks_err;