Searched refs:sub_values (Results 1 – 1 of 1) sorted by relevance
598 Json::Value sub_values; in ParseBindedCdevInfo() local770 sub_values = values[j]["CdevFloorWithPowerLink"]; in ParseBindedCdevInfo()771 if (sub_values.size()) { in ParseBindedCdevInfo()773 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, false)) { in ParseBindedCdevInfo()779 sub_values = values[j]["PowerThreshold"]; in ParseBindedCdevInfo()780 if (sub_values.size()) { in ParseBindedCdevInfo()782 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()972 Json::Value sub_values; in ParseSensorThrottlingInfo() local1010 Json::Value sub_values; in ParseSensorThrottlingInfo() local