Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs75 cert_paths.load_cert_path_from_json_file(VALID_CERT_PATH); in test_successful_load_cert_path()
82 cert_paths.load_cert_path_from_json_file(NON_EXISTEND_CERT_PATH); in test_invalid_cert_path_file_path()
92 cert_paths.load_cert_path_from_json_file(INVALID_STRUCTURE_CERT_PATH); in test_invalid_cert_path_json_structure()
102 cert_paths.load_cert_path_from_json_file(EMPTY_CERT_PATH); in test_empty_cert_path_json_file()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs55 cert_paths.load_cert_path_from_json_file(TRUSTED_CERT_PATH); in get_cert_path()
57 cert_paths.load_cert_path_from_json_file(TRUSTED_CERT_PATH_TEST); in get_cert_path()
H A Dcert_path_utils.rs261 pub fn load_cert_path_from_json_file(&mut self, file_path: &str) { in load_cert_path_from_json_file() method