Home
last modified time | relevance | path

Searched refs:installer_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp58 if (installer_ != nullptr) { in ~ManagerService()
59 delete installer_; in ~ManagerService()
60 installer_ = nullptr; in ~ManagerService()
184 if (installer_ == nullptr) { in ServiceMsgProcess()
291 if (path == nullptr || installer_ == nullptr) { in InstallThirdBundle()
303 uint8_t bResult = installer_->Install(path, installParam); in InstallThirdBundle()
465 uint8_t ret = installer_->Install(appPath, installParam); in ReloadEntireBundleInfo()
650 if (installer_ == nullptr) { in GetCodeDirPath()
653 return installer_->GetCodeDirPath(); in GetCodeDirPath()
658 if (installer_ == nullptr) { in GetDataDirPath()
[all …]
H A Dgt_bundle_manager_service.cpp50 installer_ = new (std::nothrow) GtBundleInstaller(); in GtManagerService()
64 delete installer_; in ~GtManagerService()
65 installer_ = nullptr; in ~GtManagerService()
75 if (installer_ == nullptr) { in Install()
76 installer_ = new (std::nothrow) GtBundleInstaller(); in Install()
143 ret = installer_->Install(path, installerCallback); in Install()
172 if (installer_ == nullptr) { in Uninstall()
173 installer_ = new (std::nothrow) GtBundleInstaller(); in Uninstall()
199 uint8_t ret = installer_->Uninstall(innerBundleName); in Uninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp61 installer_ = nullptr; in ~BundleMgrService()
159 if (installer_ == nullptr) { in InitBundleInstaller()
160 installer_ = new (std::nothrow) BundleInstallerHost(); in InitBundleInstaller()
161 if (installer_ == nullptr) { in InitBundleInstaller()
165 installer_->Init(); in InitBundleInstaller()
334 return installer_; in GetBundleInstaller()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h86 BundleInstaller *installer_; variable
H A Dgt_bundle_manager_service.h114 GtBundleInstaller *installer_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h199 sptr<BundleInstallerHost> installer_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4736 auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->installer_;
4737 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = nullptr;
4741 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = bundleInstaller;
4752 auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->installer_;
4753 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = nullptr;
4757 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = bundleInstaller;
4772 auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->installer_;
4773 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = nullptr;
4780 DelayedSingleton<BundleMgrService>::GetInstance()->installer_ = bundleInstaller;