Lines Matching refs:empty

161     if (values["MinStuckDuration"].empty()) {  in getTempStuckInfoFromJsonValue()
171 if (values["MinPollingCount"].empty()) { in getTempStuckInfoFromJsonValue()
223 if (config_offset_thresholds.empty()) { in ParseOffsetThresholds()
259 if (sensor["VirtualSensor"].empty() || !sensor["VirtualSensor"].isBool()) { in ParseVirtualSensorInfo()
385 if (!sensor["Offset"].empty()) { in ParseVirtualSensorInfo()
389 if (!sensor["BackupSensor"].empty()) { in ParseVirtualSensorInfo()
394 if (!values.empty()) { in ParseVirtualSensorInfo()
417 if (sensor["ModelPath"].empty()) { in ParseVirtualSensorInfo()
444 if (!sensor["PreviousSampleCount"].empty()) { in ParseVirtualSensorInfo()
451 if (!sensor["OutputLabelCount"].empty()) { in ParseVirtualSensorInfo()
457 if (!sensor["PredictHotSpotCount"].empty()) { in ParseVirtualSensorInfo()
547 if (predictor.empty()) { in ParsePredictorInfo()
552 if (predictor["Sensor"].empty()) { in ParsePredictorInfo()
564 if ((!predictor["PredictionWeight"].empty()) && (!predictor["KPCompensate"].empty())) { in ParsePredictorInfo()
607 if (!values[j]["CdevWeightForPID"].empty()) { in ParseBindedCdevInfo()
617 if (!values[j]["CdevCeiling"].empty() && !values[j]["CdevCeilingFrequency"].empty()) { in ParseBindedCdevInfo()
624 if (!values[j]["CdevCeiling"].empty()) { in ParseBindedCdevInfo()
633 if (!values[j]["CdevCeilingFrequency"].empty()) { in ParseBindedCdevInfo()
668 if (!values[j]["MaxReleaseStep"].empty()) { in ParseBindedCdevInfo()
678 if (!values[j]["MaxThrottleStep"].empty()) { in ParseBindedCdevInfo()
695 if (!values[j]["LimitInfo"].empty() && !values[j]["LimitInfoFrequency"].empty()) { in ParseBindedCdevInfo()
702 if (!values[j]["LimitInfo"].empty()) { in ParseBindedCdevInfo()
712 if (!values[j]["LimitInfoFrequency"].empty()) { in ParseBindedCdevInfo()
857 if (!sensor["PIDInfo"].empty()) { in ParseSensorThrottlingInfo()
860 if (sensor["PIDInfo"]["K_Po"].empty() || in ParseSensorThrottlingInfo()
867 if (sensor["PIDInfo"]["K_Pu"].empty() || in ParseSensorThrottlingInfo()
874 if (sensor["PIDInfo"]["K_I"].empty() || in ParseSensorThrottlingInfo()
881 if (sensor["PIDInfo"]["K_D"].empty() || in ParseSensorThrottlingInfo()
888 if (sensor["PIDInfo"]["I_Max"].empty() || in ParseSensorThrottlingInfo()
895 if (sensor["PIDInfo"]["MaxAllocPower"].empty() || in ParseSensorThrottlingInfo()
903 if (sensor["PIDInfo"]["MinAllocPower"].empty() || in ParseSensorThrottlingInfo()
910 if (sensor["PIDInfo"]["S_Power"].empty() || in ParseSensorThrottlingInfo()
916 if (sensor["PIDInfo"]["I_Cutoff"].empty() || in ParseSensorThrottlingInfo()
922 if (!sensor["PIDInfo"]["I_Default"].empty() && in ParseSensorThrottlingInfo()
923 !sensor["PIDInfo"]["I_Default_Pct"].empty()) { in ParseSensorThrottlingInfo()
928 if (!sensor["PIDInfo"]["I_Default"].empty()) { in ParseSensorThrottlingInfo()
931 } else if (!sensor["PIDInfo"]["I_Default_Pct"].empty()) { in ParseSensorThrottlingInfo()
1012 if (power_rail.empty()) { in ParseSensorThrottlingInfo()
1018 if (!values[j]["PowerWeight"].empty()) { in ParseSensorThrottlingInfo()
1044 if (cdevs[i]["ScalingAvailableFrequenciesPath"].empty()) { in ParseSensorInfo()
1087 if (name.empty()) { in ParseSensorInfo()
1111 if (!sensors[i]["Monitor"].empty() && sensors[i]["Monitor"].isBool()) { in ParseSensorInfo()
1113 } else if (!sensors[i]["SendCallback"].empty() && sensors[i]["SendCallback"].isBool()) { in ParseSensorInfo()
1120 if (sensors[i]["SendPowerHint"].empty() || !sensors[i]["SendPowerHint"].isBool()) { in ParseSensorInfo()
1129 if (sensors[i]["Hidden"].empty() || !sensors[i]["Hidden"].isBool()) { in ParseSensorInfo()
1277 if (!sensors[i]["TempPath"].empty()) { in ParseSensorInfo()
1283 if (!sensors[i]["VrThreshold"].empty()) { in ParseSensorInfo()
1289 if (!sensors[i]["Multiplier"].empty()) { in ParseSensorInfo()
1295 if (!sensors[i]["PollingDelay"].empty()) { in ParseSensorInfo()
1303 if (!sensors[i]["PassiveDelay"].empty()) { in ParseSensorInfo()
1311 if (sensors[i]["TimeResolution"].empty()) { in ParseSensorInfo()
1320 if (!sensors[i]["StepRatio"].empty()) { in ParseSensorInfo()
1328 if (sensors[i]["PassiveDelay"].empty()) { in ParseSensorInfo()
1404 if (name.empty()) { in ParseCoolingDevice()
1429 LOG(INFO) << "Cdev Read Path: " << (read_path.empty() ? "default" : read_path); in ParseCoolingDevice()
1432 LOG(INFO) << "Cdev Write Path: " << (write_path.empty() ? "default" : write_path); in ParseCoolingDevice()
1476 if (name.empty()) { in ParsePowerRailInfo()
1491 if (!power_rails[i]["VirtualRails"].empty() && power_rails[i]["VirtualRails"].isBool()) { in ParsePowerRailInfo()
1532 if (!power_rails[i]["Offset"].empty()) { in ParsePowerRailInfo()
1589 if (stats_config.empty()) { in ParseStatsInfo()
1595 if (stats_config["DefaultThresholdEnableAll"].empty() || in ParseStatsInfo()
1637 if (!values[i]["LoggingName"].empty()) { in ParseStatsInfo()
1645 if (threshold_values.empty()) { in ParseStatsInfo()
1686 if (abnormal_stats_config.empty()) { in ParseSensorAbnormalStatsConfig()
1807 if (stats_config.empty()) { in ParseSensorStatsConfig()
1813 if (sensor_config.empty()) { in ParseSensorStatsConfig()
1838 if (stats_config.empty()) { in ParseCoolingDeviceStatsConfig()
1843 if (stats_config["CoolingDevices"].empty()) { in ParseCoolingDeviceStatsConfig()