Lines Matching refs:getFloatFromJsonValues
100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() function
579 if (!getFloatFromJsonValues(predictor["KPCompensate"], &k_p_compensate, false, false)) { in ParsePredictorInfo()
609 if (!getFloatFromJsonValues(values[j]["CdevWeightForPID"], &cdev_weight_for_pid, in ParseBindedCdevInfo()
782 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()
861 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Po"], &k_po, false, false)) { in ParseSensorThrottlingInfo()
868 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorThrottlingInfo()
875 !getFloatFromJsonValues(sensor["PIDInfo"]["K_I"], &k_i, false, false)) { in ParseSensorThrottlingInfo()
882 !getFloatFromJsonValues(sensor["PIDInfo"]["K_D"], &k_d, false, false)) { in ParseSensorThrottlingInfo()
889 !getFloatFromJsonValues(sensor["PIDInfo"]["I_Max"], &i_max, false, false)) { in ParseSensorThrottlingInfo()
896 !getFloatFromJsonValues(sensor["PIDInfo"]["MaxAllocPower"], &max_alloc_power, false, in ParseSensorThrottlingInfo()
904 !getFloatFromJsonValues(sensor["PIDInfo"]["MinAllocPower"], &min_alloc_power, false, in ParseSensorThrottlingInfo()
911 !getFloatFromJsonValues(sensor["PIDInfo"]["S_Power"], &s_power, false, true)) { in ParseSensorThrottlingInfo()
917 !getFloatFromJsonValues(sensor["PIDInfo"]["I_Cutoff"], &i_cutoff, false, false)) { in ParseSensorThrottlingInfo()
1021 if (!getFloatFromJsonValues(values[j]["PowerWeight"], &power_weight, false, false)) { in ParseSensorThrottlingInfo()