Searched refs:backgroundModeMap (Results 1 – 1 of 1) sorted by relevance
88 std::map<std::string, uint32_t> backgroundModeMap = { variable2283 if (ProfileReader::backgroundModeMap.find(item) != ProfileReader::backgroundModeMap.end()) { in GetBackgroundModes()2284 backgroundMode |= ProfileReader::backgroundModeMap[item]; in GetBackgroundModes()