Searched refs:freeInstallModules (Results 1 – 4 of 4) sorted by relevance
1194 std::map<std::string, std::vector<std::string>> freeInstallModules; variable1195 bool ret = dataMgr->GetFreeInstallModules(freeInstallModules);1199 ret = dataMgr->GetFreeInstallModules(freeInstallModules);1201 freeInstallModules.clear();1210 ret = dataMgr->GetFreeInstallModules(freeInstallModules);
770 std::map<std::string, std::vector<std::string>> &freeInstallModules) const;
3594 std::map<std::string, std::vector<std::string>> freeInstallModules; in GetAllFreeInstallBundleSpaceSize() local3595 if (!GetFreeInstallModules(freeInstallModules)) { in GetAllFreeInstallBundleSpaceSize()3600 for (const auto &iter : freeInstallModules) { in GetAllFreeInstallBundleSpaceSize()3610 std::map<std::string, std::vector<std::string>> &freeInstallModules) const in GetFreeInstallModules()3624 freeInstallModules.emplace(iter.first, modules); in GetFreeInstallModules()3627 return !freeInstallModules.empty(); in GetFreeInstallModules()
4648 std::map<std::string, std::vector<std::string>> freeInstallModules; variable4649 bool ret = dataMgr->GetFreeInstallModules(freeInstallModules);