/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 257 BundleType GetBundleType() const in GetBundleType() 262 void SetBundleType(BundleType bundleType) in SetBundleType() 289 BundleType bundleType_ = BundleType::APP;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | recoverable_application_info.h | 32 BundleType bundleType = BundleType::APP;
|
H A D | form_info.h | 65 BundleType bundleType = BundleType::APP;
|
H A D | application_info.h | 57 enum class BundleType { class 300 BundleType bundleType = BundleType::APP;
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | running_form_info.h | 46 BundleType formBundleType = BundleType::APP;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 34 BundleType bundleType = BundleType::APP;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 194 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo() 197 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo() 203 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in GetEcologicalCallerInfo() 233 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType() 236 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP)) { in GetAppTypeByBundleType() 239 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP_SERVICE_FWK)) { in GetAppTypeByBundleType()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_item_info.h | 413 BundleType GetFormBundleType() const; 419 void SetFormBundleType(BundleType formBundleType); 491 BundleType bundleType_ = BundleType::APP;
|
H A D | form_record.h | 80 BundleType formBundleType = BundleType::APP;
|
H A D | form_dump_mgr.h | 115 void AppendBundleType(const BundleType formBundleType, std::string &formInfo) const;
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 47 enum class BundleType { class 191 BundleType bundleType = BundleType::APP;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 43 bundleType = static_cast<BundleType>(parcel.ReadInt32()); in ReadFromParcel() 106 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, JSON_KEY_BUNDLE_TYPE, in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 83 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, KEY_BUNDLE_TYPE, in from_json() 105 bundleType = BundleType::APP; in Init()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/ |
H A D | appservicefwkinstallercheckapplabelinfo_fuzzer.cpp | 34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 145 BundleType type; in UninstallSystemBundle() 146 if (dataMgr->GetBundleType(bundleName, type) && (type == BundleType::APP_SERVICE_FWK)) { in UninstallSystemBundle() 255 if (info.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckUninstallSystemHsp()
|
H A D | module_profile.cpp | 128 const std::unordered_map<std::string, BundleType> BUNDLE_TYPE_MAP = { 129 {"app", BundleType::APP}, 130 {"atomicService", BundleType::ATOMIC_SERVICE}, 131 {"shared", BundleType::SHARED}, 132 {"appService", BundleType::APP_SERVICE_FWK} 1745 BundleType bundleType = BundleType::APP; in ParserAtomicConfig() 1748 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig() 1750 bundleType = BundleType::SHARED; in ParserAtomicConfig() 1752 bundleType = BundleType in ParserAtomicConfig() [all...] |
H A D | pre_install_bundle_info.cpp | 75 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, BUNDLE_TYPE, in FromJson()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 36 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleResourceInfo() 71 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAllResourceInfo() 383 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in CheckIsNeedProcessAbilityResource() 476 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAbilityResourceInfos()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 88 BundleType bundleType = BundleType::SHARED;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 371 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP; in HWTEST_F() 377 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 388 innerModuleInfo.bundleType = BundleType::SHARED; in HWTEST_F() 402 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 407 innerModuleInfo.bundleType = BundleType::APP; in HWTEST_F() 1608 info.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1610 info.SetApplicationBundleType(BundleType::APP_SERVICE_FWK); in HWTEST_F() 1748 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1772 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1850 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType in HWTEST_F() [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 358 void FormDumpMgr::AppendBundleType(const BundleType formBundleType, std::string &formInfo) const in AppendBundleType() 361 if (formBundleType == BundleType::APP) { in AppendBundleType() 363 } else if (formBundleType == BundleType::ATOMIC_SERVICE) { in AppendBundleType()
|
H A D | form_item_info.cpp | 597 BundleType FormItemInfo::GetFormBundleType() const in GetFormBundleType() 602 void FormItemInfo::SetFormBundleType(BundleType formBundleType) in SetFormBundleType()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresprocess_fuzzer/ |
H A D | bundleresprocess_fuzzer.cpp | 47 applicationInfo.bundleType = BundleType::APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/netmanager_base/utils/bundle_utils/src/ |
H A D | net_bundle_impl.cpp | 79 return bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE; in IsAtomicService()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 285 BundleType type; in BeforeUninstall() 290 return type == BundleType::APP_SERVICE_FWK ? ERR_OK : ERR_APPEXECFWK_UNINSTALL_PARAM_ERROR; in BeforeUninstall() 363 preInstallBundleInfo.SetBundleType(BundleType::APP_SERVICE_FWK); in SavePreInstallBundleInfo() 488 if (info.second.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckAppLabelInfo() 489 APP_LOGE("App BundleType is not AppService"); in CheckAppLabelInfo() 494 if (moduleInfo && moduleInfo->bundleType != BundleType::SHARED) { in CheckAppLabelInfo() 495 APP_LOGE("Module BundleType is not Shared"); in CheckAppLabelInfo() 1020 oldInfo.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckNeedInstall()
|