Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp82 … bundleInfo.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckEl5Dir()
96 … bundleInfo.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckEl5Dir()
H A Dbundle_multiuser_installer.cpp187 …createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_… in CreateDataDir()
253 …el5Param.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_D… in CreateEl5Dir()
H A Dbundle_permission_mgr.cpp221 perState.resDeviceID.emplace_back(innerBundleInfo.GetBaseApplicationInfo().deviceId); in GetPermissionStateFullList()
666 hapInfo.apiVersion = innerBundleInfo.GetBaseApplicationInfo().apiTargetVersion; in CreateHapInfoParams()
695 updateHapInfoParams.apiVersion = innerBundleInfo.GetBaseApplicationInfo().apiTargetVersion; in UpdateHapToken()
H A Dbundle_install_checker.cpp922 bool debug = (infos.begin()->second).GetBaseApplicationInfo().debug; in CheckAppLabelInfo()
991 if (debug != info.second.GetBaseApplicationInfo().debug) { in CheckAppLabelInfo()
997 entryDebug = info.second.GetBaseApplicationInfo().debug; in CheckAppLabelInfo()
1286 ApplicationInfo applicationInfo = innerBundleInfo.GetBaseApplicationInfo(); in ProcessBundleInfoByPrivilegeCapability()
1637 ApplicationInfo applicationInfo = innerBundleInfo.GetBaseApplicationInfo(); in DetermineCloneNum()
H A Dbase_bundle_installer.cpp774 auto applicationInfo = innerBundleInfo.second.GetBaseApplicationInfo(); in InnerProcessBundleInstall()
2686 …info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), info.GetBaseApplicationInfo().appProvisionTyp… in SetDirApl()
2864 …createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_… in CreateBundleDataDir()
3010 info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CreateScreenLockProtectionExistDirs()
3201 int32_t apiTargetVersion = info.GetBaseApplicationInfo().apiTargetVersion; in ExtractResourceFiles()
3658 …createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_… in CreateExtensionDataDir()
3938 std::string compileSdkType = infos.begin()->second.GetBaseApplicationInfo().compileSdkType; in CheckApiInfo()
5048 const std::string compileSdkType = info.GetBaseApplicationInfo().compileSdkType; in VerifyCodeSignatureForNativeFiles()
5074 const std::string compileSdkType = (iter->second).GetBaseApplicationInfo().compileSdkType; in VerifyCodeSignatureForHap()
5113 …if ((info.GetBaseApplicationInfo().debug || (info.GetAppProvisionType() == Constants::APP_PROVISIO… in CheckSoEncryption()
[all …]
H A Dbundle_data_mgr.cpp298 if (info.GetBaseApplicationInfo().needAppDetail) { in AddInnerBundleInfo()
365 oldInfo.UpdateNativeLibAttrs(newInfo.GetBaseApplicationInfo()); in AddNewModuleInfo()
366 oldInfo.UpdateArkNativeAttrs(newInfo.GetBaseApplicationInfo()); in AddNewModuleInfo()
371 if (oldInfo.GetBaseApplicationInfo().needAppDetail) { in AddNewModuleInfo()
627 newInfo.GetBaseApplicationInfo(), newInfo.HasEntry()); in UpdateInnerBundleInfo()
646 if (oldInfo.GetBaseApplicationInfo().needAppDetail) { in UpdateInnerBundleInfo()
649 oldInfo.UpdateNativeLibAttrs(newInfo.GetBaseApplicationInfo()); in UpdateInnerBundleInfo()
1920 if (info.GetBaseApplicationInfo().needAppDetail) { in GetMatchLauncherAbilityInfos()
2130 ApplicationInfo applicationInfo = info.GetBaseApplicationInfo(); in AddAppDetailAbilityInfo()
2175 if (info.GetBaseApplicationInfo().hideDesktopIcon) { in GetAllLauncherAbility()
[all …]
H A Dinner_bundle_info.cpp4677 baseApplicationInfo_->multiAppMode = newInfo.GetBaseApplicationInfo().multiAppMode; in UpdateMultiAppMode()
4687 baseApplicationInfo_->apiReleaseType = newInfo.GetBaseApplicationInfo().apiReleaseType; in UpdateReleaseType()
H A Dbundle_mgr_service_event_handler.cpp3177 auto applicationInfo = item.second.GetBaseApplicationInfo(); in UpdatePreinstallDBForNotUpdatedBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp111 (parsedBundles_.begin()->second).GetBaseApplicationInfo().compileSdkType; in ParseFiles()
410 newBundleInfo_.UpdateBaseApplicationInfo(currentBundle.GetBaseApplicationInfo(), false); in MergeBundleInfos()
445 auto applicationInfo = newBundleInfo_.GetBaseApplicationInfo(); in SavePreInstallInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp311 ApplicationInfo appInfo = innerBundleInfo.GetBaseApplicationInfo(); in ConvertToBundleResourceInfo()
386 if (innerBundleInfo.GetBaseApplicationInfo().hideDesktopIcon) { in CheckIsNeedProcessAbilityResource()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp255 …createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_… in CreateSandboxDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp334 …createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_… in CreateCloneDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11392 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().hideDesktopIcon);
11393 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11411 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11432 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11448 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11472 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11487 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11511 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11539 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
11561 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().needAppDetail);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp275 auto applicationInfo = innerBundleInfo.second.GetBaseApplicationInfo(); in SavePreInstallBundleInfo()
351 (newInfos.begin()->second).GetBaseApplicationInfo().compileSdkType; in CheckAndParseFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp226 if (innerBundleInfo.GetBaseApplicationInfo().bundleType != BundleType::ATOMIC_SERVICE) { in GetPreloadList()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h466 ApplicationInfo GetBaseApplicationInfo() const in GetBaseApplicationInfo() function