Searched refs:temps (Results 1 – 4 of 4) sorted by relevance
81 void sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps);
570 std::vector<Temperature_2_0> temps; in thermalWatcherCallbackFunc() local612 temps.push_back(temp); in thermalWatcherCallbackFunc()620 if (!temps.empty() && cb_) { in thermalWatcherCallbackFunc()621 cb_(temps); in thermalWatcherCallbackFunc()
68 using NotificationCallback = std::function<void(const std::vector<Temperature_2_0> &temps)>;
237 void Thermal::sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps) { in sendThermalChangedCallback() argument239 for (auto &t : temps) { in sendThermalChangedCallback()