Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_checker.h57 std::string GetAppProvisionType(const Security::Verify::ProvisionType &type);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixchecker_fuzzer/
H A Dquickfixchecker_fuzzer.cpp77 quickFixChecker.GetAppProvisionType(Security::Verify::ProvisionType::DEBUG); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp297 std::string QuickFixChecker::GetAppProvisionType(const Security::Verify::ProvisionType &type) in GetAppProvisionType() function in OHOS::AppExecFwk::QuickFixChecker
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2880 int32_t gid = (info.GetAppProvisionType() == Constants::APP_PROVISION_TYPE_DEBUG) ? in CreateBundleDataDir()
4372 if (oldInfo.GetAppProvisionType() != newInfo.GetAppProvisionType()) { in CheckAppLabel()
4817 int32_t gid = (newInfo.GetAppProvisionType() == Constants::APP_PROVISION_TYPE_DEBUG) ? in CheckArkProfileDir()
4895 uninstallBundleInfo.appProvisionType = oldInfo.GetAppProvisionType(); in GetUninstallBundleInfo()
5113 …if ((info.GetBaseApplicationInfo().debug || (info.GetAppProvisionType() == Constants::APP_PROVISIO… in CheckSoEncryption()
5352 … (info.second.GetAppProvisionType() == Constants::APP_PROVISION_TYPE_DEBUG)) && isEncrypted) { in CheckHapEncryption()
H A Dbundle_install_checker.cpp125 std::string GetAppProvisionType(const Security::Verify::ProvisionType &type) in GetAppProvisionType() function
683 newInfo.SetAppProvisionType(GetAppProvisionType(provisionInfo.type)); in CollectProvisionInfo()
H A Dinner_bundle_info.cpp3733 std::string InnerBundleInfo::GetAppProvisionType() const in GetAppProvisionType() function in OHOS::AppExecFwk::InnerBundleInfo
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp183 aotArgs.appIdentifier = (info.GetAppProvisionType() == Constants::APP_PROVISION_TYPE_DEBUG) ? in BuildAOTArgs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2109 std::string GetAppProvisionType() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1734 std::string type = checker.GetAppProvisionType(Security::Verify::ProvisionType::DEBUG);
1748 std::string type = checker.GetAppProvisionType(Security::Verify::ProvisionType::RELEASE);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp491 EXPECT_EQ(newInfo.GetAppProvisionType(), Constants::APP_PROVISION_TYPE_DEBUG);