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