Searched refs:installer_ (Results 1 – 7 of 7) sorted by relevance
58 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 …]
50 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()
61 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()
86 BundleInstaller *installer_; variable
114 GtBundleInstaller *installer_; variable
199 sptr<BundleInstallerHost> installer_; variable
4736 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;