Searched refs:installedModules_ (Results 1 – 2 of 2) sorted by relevance
826 installedModules_[packageName] = true; in InnerProcessBundleInstall()1411 if (installedModules_[modulePackage]) { in RollBack()2378 if (!installedModules_[modulePackage_]) { in ProcessQuickFixWhenInstallNewModule()3304 if (checkRepeat && installedModules_.find(iter->first) != installedModules_.end()) { in ExtractAllArkProfileFile()4570 installedModules_.clear(); in ResetInstallProperties()5317 if (installedModules_[info.GetCurrentModulePackage()]) { in GetTempHapPath()5511 if (!installedModules_[info.second.GetCurrentModulePackage()]) { in MoveSoFileToRealInstallationDir()
758 std::unordered_map<std::string, bool> installedModules_; variable