Home
last modified time | relevance | path

Searched refs:isAppService_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h763 bool isAppService_ = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1067 isAppService_ = oldInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK; in CheckAppService()
1068 … if (isAppService_ && oldInfo.GetApplicationBundleType() != newInfo.GetApplicationBundleType()) { in CheckAppService()
1078 if (isAppService_) { in CheckSingleton()