Searched refs:thermal_callbacks_ (Results 1 – 2 of 2) sorted by relevance
83 if (std::any_of(thermal_callbacks_.begin(), thermal_callbacks_.end(), in registerThermalChangedCallback()90 thermal_callbacks_.push_back(in_callback); in registerThermalChangedCallback()105 if (std::any_of(thermal_callbacks_.begin(), thermal_callbacks_.end(), in registerThermalChangedCallbackWithType()112 thermal_callbacks_.push_back(in_callback); in registerThermalChangedCallbackWithType()127 thermal_callbacks_.erase( in unregisterThermalChangedCallback()128 std::remove_if(thermal_callbacks_.begin(), thermal_callbacks_.end(), in unregisterThermalChangedCallback()136 thermal_callbacks_.end()); in unregisterThermalChangedCallback()
66 std::vector<std::shared_ptr<IThermalChangedCallback>> thermal_callbacks_; variable