Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs99 pub enum ProfileCertPathType { enum
147 .filter(|source| source.cert_path_type == ProfileCertPathType::Developer as u32) in get_profile_info()
155 .filter(|source| source.cert_path_type == ProfileCertPathType::Debug as u32) in get_debug_profile_info()
246 "developer" => Ok(ProfileCertPathType::Developer as u32), in issuer_resolver()
247 "debug" => Ok(ProfileCertPathType::Debug as u32), in issuer_resolver()