Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs113 pub profile_signers: Vec<CertPath>, field
139 profile_signers: Vec::new(), in new()
145 self.profile_signers in get_profile_info()
153 self.profile_signers in get_debug_profile_info()
297 Ok(app_source) => self.profile_signers.push(app_source), in load_cert_path_from_json_file()
/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs76 assert_eq!(cert_paths.profile_signers.len(), 4); in test_successful_load_cert_path()