Home
last modified time | relevance | path

Searched refs:APP_SERVICE_FWK (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/
H A Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp198 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in GetEcologicalCallerInfo()
234 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP_SERVICE_FWK)) { in GetAppTypeByBundleType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp206 return type == BundleType::APP_SERVICE_FWK ? ERR_OK : ERR_APPEXECFWK_UNINSTALL_PARAM_ERROR; in BeforeUninstall()
282 preInstallBundleInfo.SetBundleType(BundleType::APP_SERVICE_FWK); in SavePreInstallBundleInfo()
401 if (info.second.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckAppLabelInfo()
929 oldInfo.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckNeedInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp247 if (info.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckUninstallSystemHsp()
H A Dbase_bundle_installer.cpp1060 if ((newInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) && !isAppExist) { in CheckAppService()
1067 isAppService_ = oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK; in CheckAppService()
1891 if (oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) { in InnerProcessInstallByPreInstallInfo()
4058 if (oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) { in CheckVersionCompatibilityForApplication()
5726 if (oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) { in NeedDeleteOldNativeLib()
H A Dmodule_profile.cpp113 {"appService", BundleType::APP_SERVICE_FWK}
1924 bundleType = BundleType::APP_SERVICE_FWK; in ParserAtomicConfig()
H A Dbundle_data_mgr.cpp7907 return newInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK || in IsUpdateInnerBundleInfoSatisified()
8023 if (type == BundleType::APP_SERVICE_FWK) { in AddAppHspBundleName()
8320 innerBundleInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) { in GetAllBundleInfoByDeveloperId()
8373 innerBundleInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) { in GetDeveloperIds()
9105 ((item->second.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) && in IsBundleInstalled()
H A Dinner_bundle_info.cpp4088 if (baseApplicationInfo_->bundleType != BundleType::APP_SERVICE_FWK) { in GetAppServiceHspInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp376 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK;
401 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK;
1148 info.SetApplicationBundleType(BundleType::APP_SERVICE_FWK);
H A Dbms_bundle_installer_test.cpp5490 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h61 APP_SERVICE_FWK = 3, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp531 if (bundleInfo.applicationInfo.bundleType != AppExecFwk::BundleType::APP_SERVICE_FWK) { in CreateSystemHspModuleResourceManager()
876 … } else if (bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in InitResourceManagerInner()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6577 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK;
H A Dbms_bundle_kit_service_test.cpp13009 applicationInfo.bundleType = BundleType::APP_SERVICE_FWK;