Lines Matching refs:kThrottlingSeverityCount

76     if (values.size() != kThrottlingSeverityCount) {  in getIntFromJsonValues()
81 for (Json::Value::ArrayIndex i = 0; i < kThrottlingSeverityCount; ++i) { in getIntFromJsonValues()
109 if (values.size() != kThrottlingSeverityCount) { in getFloatFromJsonValues()
114 for (Json::Value::ArrayIndex i = 0; i < kThrottlingSeverityCount; ++i) { in getFloatFromJsonValues()
832 std::array<float, kThrottlingSeverityCount> k_po; in ParseSensorThrottlingInfo()
834 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorThrottlingInfo()
836 std::array<float, kThrottlingSeverityCount> k_i; in ParseSensorThrottlingInfo()
838 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorThrottlingInfo()
840 std::array<float, kThrottlingSeverityCount> i_max; in ParseSensorThrottlingInfo()
842 std::array<float, kThrottlingSeverityCount> max_alloc_power; in ParseSensorThrottlingInfo()
844 std::array<float, kThrottlingSeverityCount> min_alloc_power; in ParseSensorThrottlingInfo()
846 std::array<float, kThrottlingSeverityCount> s_power; in ParseSensorThrottlingInfo()
848 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorThrottlingInfo()
940 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorThrottlingInfo()
1137 std::array<float, kThrottlingSeverityCount> hot_thresholds; in ParseSensorInfo()
1139 std::array<float, kThrottlingSeverityCount> cold_thresholds; in ParseSensorInfo()
1141 std::array<float, kThrottlingSeverityCount> hot_hysteresis; in ParseSensorInfo()
1143 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo()
1149 } else if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
1155 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
1175 } else if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
1180 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
1193 for (Json::Value::ArrayIndex j = 0; j < (kThrottlingSeverityCount - 1); ++j) { in ParseSensorInfo()
1197 for (auto k = j + 1; k < kThrottlingSeverityCount; ++k) { in ParseSensorInfo()
1214 } else if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
1220 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
1240 } else if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
1245 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
1258 for (Json::Value::ArrayIndex j = 0; j < (kThrottlingSeverityCount - 1); ++j) { in ParseSensorInfo()
1262 for (auto k = j + 1; k < kThrottlingSeverityCount; ++k) { in ParseSensorInfo()