Searched refs:cooling_devices_to_update (Results 1 – 8 of 8) sorted by relevance
89 std::vector<std::string> *cooling_devices_to_update);114 std::vector<std::string> cooling_devices_to_update; variable
379 std::vector<std::string> *cooling_devices_to_update) { in computeCoolingDevicesRequest() argument439 cooling_devices_to_update->emplace_back(cdev_request_pair.first); in computeCoolingDevicesRequest()
93 std::vector<std::string> *cooling_devices_to_update);131 std::vector<std::string> cooling_devices_to_update; variable
645 std::vector<std::string> *cooling_devices_to_update) { in computeCoolingDevicesRequest() argument709 cooling_devices_to_update->emplace_back(cdev_request_pair.first); in computeCoolingDevicesRequest()
156 void updateCoolingDevices(const std::vector<std::string> &cooling_devices_to_update);
873 std::vector<std::string> cooling_devices_to_update; in thermalWatcherCallbackFunc() local994 &cooling_devices_to_update); in thermalWatcherCallbackFunc()1004 if (!cooling_devices_to_update.empty()) { in thermalWatcherCallbackFunc()1005 updateCoolingDevices(cooling_devices_to_update); in thermalWatcherCallbackFunc()
157 void updateCoolingDevices(const std::vector<std::string> &cooling_devices_to_update);
899 std::vector<std::string> cooling_devices_to_update; in thermalWatcherCallbackFunc() local1024 &cooling_devices_to_update); in thermalWatcherCallbackFunc()1034 if (!cooling_devices_to_update.empty()) { in thermalWatcherCallbackFunc()1035 updateCoolingDevices(cooling_devices_to_update); in thermalWatcherCallbackFunc()