Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs146 … let distribution_type = profile_json[PROFILE_APP_DISTRIBUTION_TYPE_KEY].try_as_string()?.as_str(); in validate_bundle_and_distribution_type() localVariable
147 match distribution_type { in validate_bundle_and_distribution_type()