Searched refs:custList (Results 1 – 1 of 1) sorted by relevance
1368 auto custList = powerModeProperties.find("CustomerModes"); in getSupportedModes() local1369 if (custList != powerModeProperties.end()) in getSupportedModes()1371 auto modeList = std::get<std::vector<std::string>>(custList->second); in getSupportedModes()