Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs111 let profile_str = r#" in test_parse_enterprise_profile() localVariable
143 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_profile()
150 let profile_str = r#" in test_parse_enterprise_normal_profile() localVariable
182 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_normal_profile()
189 let profile_str = r#" in test_parse_enterprise_mdm_profile() localVariable
221 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_mdm_profile()
228 let profile_str = r#" in test_parse_debug_profile() localVariable
265 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_debug_profile()
273 let profile_str = r#" in test_parse_iternaltesting_profile() localVariable
310 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_iternaltesting_profile()