Searched refs:BATTERY_CLASSES (Results 1 – 1 of 1) sorted by relevance
79 static const std::unordered_map<std::string, InputBatteryClass> BATTERY_CLASSES = variable576 const auto it = BATTERY_CLASSES.find(file.filename().string()); in configureBatteryLocked()577 if (it != BATTERY_CLASSES.end()) { in configureBatteryLocked()