• Home
  • Raw
  • Download

Lines Matching refs:cdev

134             const auto &cdev = binded_cdev_info_pair.first;  in initializeSensorCdevRequestStats()  local
139 request_stats_info.record_by_default_threshold_all_or_name_set_, cdev)) { in initializeSensorCdevRequestStats()
149 const auto logging_name = cdev + kCompressedThresholdSuffix.data(); in initializeSensorCdevRequestStats()
151 sensor_cdev_request_stats_map_[sensor][cdev] in initializeSensorCdevRequestStats()
156 sensor_cdev_request_stats_map_[sensor][cdev].stats_by_default_threshold = in initializeSensorCdevRequestStats()
160 << sensor << "-" << cdev << "]"; in initializeSensorCdevRequestStats()
164 if (request_stats_info.record_by_threshold.count(cdev)) { in initializeSensorCdevRequestStats()
165 for (const auto &threshold_list : request_stats_info.record_by_threshold.at(cdev)) { in initializeSensorCdevRequestStats()
169 LOG(ERROR) << "For sensor " << sensor << " bindedCdev: " << cdev in initializeSensorCdevRequestStats()
175 sensor_cdev_request_stats_map_[sensor][cdev] in initializeSensorCdevRequestStats()
179 << sensor << "-" << cdev << "]"; in initializeSensorCdevRequestStats()
279 std::string_view cdev, int new_value) { in updateSensorCdevRequestStats() argument
282 !sensor_cdev_request_stats_map_[sensor.data()].count(cdev.data())) { in updateSensorCdevRequestStats()
285 auto &request_stats = sensor_cdev_request_stats_map_[sensor.data()][cdev.data()]; in updateSensorCdevRequestStats()
290 << " , cooling_device: " << cdev.data() << " with new value: " << value; in updateSensorCdevRequestStats()
299 << " , cooling_device: " << cdev.data() in updateSensorCdevRequestStats()
497 for (auto &[cdev, request_stats] : cdev_request_stats_map) { in reportAllSensorCdevRequestStats()
504 cdev + kCustomThresholdSetSuffix.data() + in reportAllSensorCdevRequestStats()
514 stats_client, sensor, cdev, in reportAllSensorCdevRequestStats()
526 std::string_view cdev, in reportSensorCdevRequestStats() argument
529 << " cooling_device: " << cdev; in reportSensorCdevRequestStats()
534 values[1].set<VendorAtomValue::stringValue>(cdev); in reportSensorCdevRequestStats()
549 << sensor << " cooling_device: " << cdev; in reportSensorCdevRequestStats()