Searched refs:savedGroups (Results 1 – 3 of 3) sorted by relevance
25 return savedGroups.contains(objPath); in getGroupSavedState()34 auto iter = savedGroups.find(group); in storeGroups()35 if (iter != savedGroups.end() && !asserted) in storeGroups()37 savedGroups.erase(iter); in storeGroups()40 if (iter == savedGroups.end() && asserted) in storeGroups()42 savedGroups.emplace(group); in storeGroups()53 oarchive(savedGroups); in storeGroups()68 iarchive(savedGroups); in restoreGroups()
50 SavedGroups savedGroups; member in phosphor::led::Serialize
16 conf_data.set_quoted('SAVED_GROUPS_FILE', '/var/lib/phosphor-led-manager/savedGroups')