Home
last modified time | relevance | path

Searched refs:BundleType (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h257 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 Drecoverable_application_info.h32 BundleType bundleType = BundleType::APP;
H A Dform_info.h65 BundleType bundleType = BundleType::APP;
H A Dapplication_info.h57 enum class BundleType { class
300 BundleType bundleType = BundleType::APP;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Drunning_form_info.h46 BundleType formBundleType = BundleType::APP;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h34 BundleType bundleType = BundleType::APP;
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp194 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 Dform_item_info.h413 BundleType GetFormBundleType() const;
419 void SetFormBundleType(BundleType formBundleType);
491 BundleType bundleType_ = BundleType::APP;
H A Dform_record.h80 BundleType formBundleType = BundleType::APP;
H A Dform_dump_mgr.h115 void AppendBundleType(const BundleType formBundleType, std::string &formInfo) const;
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h47 enum class BundleType { class
191 BundleType bundleType = BundleType::APP;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Drecoverable_application_info.cpp43 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 Duninstall_bundle_info.cpp83 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 Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp145 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 Dmodule_profile.cpp128 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 Dpre_install_bundle_info.cpp75 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, BUNDLE_TYPE, in FromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp36 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 Dinner_bundle_info.h88 BundleType bundleType = BundleType::SHARED;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp371 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 Dform_dump_mgr.cpp358 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 Dform_item_info.cpp597 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 Dbundleresprocess_fuzzer.cpp47 applicationInfo.bundleType = BundleType::APP; in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp79 return bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE; in IsAtomicService()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp285 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()

Completed in 17 milliseconds

1234