Searched refs:cooling_devices_to_update (Results 1 – 4 of 4) sorted by relevance
90 std::vector<std::string> *cooling_devices_to_update,
774 const ThrottlingSeverity curr_severity, std::vector<std::string> *cooling_devices_to_update, in computeCoolingDevicesRequest() argument845 cooling_devices_to_update->emplace_back(cdev_name); in computeCoolingDevicesRequest()
227 void updateCoolingDevices(const std::vector<std::string> &cooling_devices_to_update);
1329 std::vector<std::string> cooling_devices_to_update; in thermalWatcherCallbackFunc() local1474 &cooling_devices_to_update, &thermal_stats_helper_); in thermalWatcherCallbackFunc()1484 if (!cooling_devices_to_update.empty()) { in thermalWatcherCallbackFunc()1485 updateCoolingDevices(cooling_devices_to_update); in thermalWatcherCallbackFunc()