Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h130 constexpr const char* APP_DISTRIBUTION_TYPE_ENTERPRISE = "enterprise"; variable
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs60 const APP_DISTRIBUTION_TYPE_ENTERPRISE: &str = "enterprise"; const