Searched refs:updateManagers (Results 1 – 2 of 2) sorted by relevance
237 if (updateManagers.find(id) != updateManagers.end()) in createUpdateObject()242 updateManagers.insert( in createUpdateObject()544 auto updateManagerIt = updateManagers.find(entryId); in erase()545 if (updateManagerIt != updateManagers.end()) in erase()547 updateManagers.erase(entryId); in erase()
378 std::map<std::string, std::unique_ptr<UpdateManager>> updateManagers; member in phosphor::software::updater::ItemUpdater