Searched refs:powerModeProperties (Results 1 – 1 of 1) sorted by relevance
1333 std::map<std::string, ModePropertyVariants> powerModeProperties{}; in getSupportedModes() local1347 reply.read(powerModeProperties); in getSupportedModes()1357 auto ecoSupport = powerModeProperties.find("EcoModeSupport"); in getSupportedModes()1358 if (ecoSupport != powerModeProperties.end()) in getSupportedModes()1368 auto custList = powerModeProperties.find("CustomerModes"); in getSupportedModes()1369 if (custList != powerModeProperties.end()) in getSupportedModes()1409 auto oemList = powerModeProperties.find("OemModes"); in getSupportedModes()1410 if (oemList != powerModeProperties.end()) in getSupportedModes()