Lines Matching refs:kThrottlingSeverityCount

81     if (values.size() != kThrottlingSeverityCount) {  in getIntFromJsonValues()
86 for (Json::Value::ArrayIndex i = 0; i < kThrottlingSeverityCount; ++i) { in getIntFromJsonValues()
114 if (values.size() != kThrottlingSeverityCount) { in getFloatFromJsonValues()
119 for (Json::Value::ArrayIndex i = 0; i < kThrottlingSeverityCount; ++i) { in getFloatFromJsonValues()
207 std::array<float, kThrottlingSeverityCount> hot_thresholds; in ParseSensorInfo()
209 std::array<float, kThrottlingSeverityCount> cold_thresholds; in ParseSensorInfo()
211 std::array<float, kThrottlingSeverityCount> hot_hysteresis; in ParseSensorInfo()
213 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo()
228 if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
235 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
253 if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
257 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
271 if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
276 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
294 if (values.size() != kThrottlingSeverityCount) { in ParseSensorInfo()
298 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()
393 std::array<float, kThrottlingSeverityCount> k_po; in ParseSensorInfo()
395 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorInfo()
397 std::array<float, kThrottlingSeverityCount> k_i; in ParseSensorInfo()
399 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorInfo()
401 std::array<float, kThrottlingSeverityCount> i_max; in ParseSensorInfo()
403 std::array<float, kThrottlingSeverityCount> max_alloc_power; in ParseSensorInfo()
405 std::array<float, kThrottlingSeverityCount> min_alloc_power; in ParseSensorInfo()
407 std::array<float, kThrottlingSeverityCount> s_power; in ParseSensorInfo()
409 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorInfo()
491 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo()