Searched refs:powerModeProperties (Results 1 – 1 of 1) sorted by relevance
1347 std::map<std::string, ModePropertyVariants> powerModeProperties{}; in getSupportedModes() local1361 reply.read(powerModeProperties); in getSupportedModes()1371 auto ecoSupport = powerModeProperties.find("EcoModeSupport"); in getSupportedModes()1372 if (ecoSupport != powerModeProperties.end()) in getSupportedModes()1382 auto custList = powerModeProperties.find("CustomerModes"); in getSupportedModes()1384 if (custList != powerModeProperties.end()) in getSupportedModes()1424 auto oemList = powerModeProperties.find("OemModes"); in getSupportedModes()1425 if (oemList != powerModeProperties.end()) in getSupportedModes()