Searched refs:bundleMap_ (Results 1 – 4 of 4) sorted by relevance
53 bundleMap_ = BundleMap::GetInstance(); in ManagerService()527 bundleMap_->Add(bundleInfo); in ReloadBundleInfo()562 if (bundleMap_ == nullptr || bundleName == nullptr) { in QueryBundleInfo()565 return bundleMap_->Get(bundleName); in QueryBundleInfo()570 if (bundleMap_ == nullptr || bundleName == nullptr) { in RemoveBundleInfo()573 bundleMap_->Erase(bundleName); in RemoveBundleInfo()581 bundleMap_->Add(info); in AddBundleInfo()589 return bundleMap_->Update(info); in UpdateBundleInfo()594 if (bundleName == nullptr || bundleMap_ == nullptr) { in GetBundleInfo()622 if (bundleMap_ == nullptr) { in GetBundleInfos()[all …]
52 bundleMap_ = BundleMap::GetInstance(); in GtManagerService()302 bundleMap_->GetBundleInfosInner(*bundleInfos_); in QueryAbilityInfos()389 if (bundleMap_ == nullptr) { in GetBundleInfo()397 if (bundleMap_ == nullptr) { in GetBundleInfos()405 if (bundleMap_ == nullptr) { in GetBundleInfosNoReplication()825 bundleMap_->Add(bundleInfo); in ReloadBundleInfo()1063 if (bundleName == nullptr || bundleMap_ == nullptr) { in QueryBundleInfo()1066 return bundleMap_->Get(bundleName); in QueryBundleInfo()1074 bundleMap_->Erase(bundleName); in RemoveBundleInfo()1082 bundleMap_->Add(info); in AddBundleInfo()[all …]
87 BundleMap *bundleMap_; variable
115 BundleMap *bundleMap_; variable