Home
last modified time | relevance | path

Searched defs:appDistributionType (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_interceptor.cpp84 auto appDistributionType = callerAppInfo.appDistributionType; in CheckCrowdtest() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapplication_info.h187 std::string appDistributionType = Constants::APP_DISTRIBUTION_TYPE_NONE; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_install_checker.cpp183 auto appDistributionType = hapVerifyRes[0].GetProvisionInfo().distributionType; in CheckMultipleHapsSignInfo() local
Dinner_bundle_info.cpp3153 void InnerBundleInfo::SetAppDistributionType(const std::string &appDistributionType) in SetAppDistributionType()