Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/
H A Dprovision_info.h39 INTERNALTESTING = 7, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_verify_mgr.cpp32 …{ Security::Verify::AppDistType::INTERNALTESTING, Constants::APP_DISTRIBUTION_TYPE_INTERNALTESTING…
H A Dbundle_install_checker.cpp294 if (provisionInfo.distributionType == Security::Verify::AppDistType::INTERNALTESTING) { in VaildInstallPermission()
491 if (provisionInfo.distributionType == Security::Verify::AppDistType::INTERNALTESTING) { in VaildInstallPermissionForShare()
1619 if (provisionInfo.distributionType == Security::Verify::AppDistType::INTERNALTESTING) { in CheckInternaltestingBundle()
H A Dbase_bundle_installer.cpp1179 if (provisionInfo.distributionType == Security::Verify::AppDistType::INTERNALTESTING) { in ProcessBundleInstall()
5661 provisionInfo.distributionType == Security::Verify::AppDistType::INTERNALTESTING || in DeliveryProfileToCodeSign()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_provision.c29 const char INTERNALTESTING[] = "internaltesting"; variable
352 …(strcmp(pf->appDistType, INTERNALTESTING) != 0) && (strcmp(pf->appDistType, OS_INTEGRATION) != 0))… in VerifyAppTypeAndDistribution()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp151 {VALUR_DIST_TYPE_INTERNALTESTING, AppDistType::INTERNALTESTING}
378 || info.distributionType == Security::Verify::AppDistType::INTERNALTESTING) { in ParseAndVerify()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp350 case AppDistType::INTERNALTESTING: in IsAppDistributedTypeAllowInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2404 provisionInfo.distributionType = Security::Verify::AppDistType::INTERNALTESTING;