Searched refs:BACKGROUND_MODES_MAP (Results 1 – 2 of 2) sorted by relevance
96 const std::map<std::string, uint32_t> BACKGROUND_MODES_MAP = { variable1519 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()1520 backgroundMode |= Profile::BACKGROUND_MODES_MAP.at(item); in GetBackgroundModes()
56 const std::map<std::string, uint32_t> BACKGROUND_MODES_MAP = { variable2197 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()2198 backgroundMode |= Profile::BACKGROUND_MODES_MAP.at(item); in GetBackgroundModes()