Home
last modified time | relevance | path

Searched defs:profile_json (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs143 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_profile() localVariable
182 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_normal_profile() localVariable
221 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_mdm_profile() localVariable
265 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_debug_profile() localVariable
310 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_iternaltesting_profile() localVariable
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs118 let profile_json = parse_and_validate_profile(profile, check_udid)?; in parse_pkcs7_data() localVariable
173 let profile_json = JsonValue::from_text(profile)?; in parse_and_validate_profile() localVariable