Home
last modified time | relevance | path

Searched refs:isAppService_ (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h767 bool isAppService_ = false; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1069 isAppService_ = oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK; in CheckAppService()
1070 if (isAppService_ && oldInfo.GetApplicationBundleType() != newInfo.GetApplicationBundleType()) { in CheckAppService()
1074 if (isAppService_ && (oldInfo.GetVersionCode() < newInfo.GetVersionCode())) { in CheckAppService()
1084 if (isAppService_) { in CheckSingleton()
4881 isAppService_ = false; in ResetInstallProperties()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp3170 installer->isAppService_ = true; in HWTEST_F()

Completed in 17 milliseconds