Searched refs:notify_function (Results 1 – 1 of 1) sorted by relevance
63 ThermalCallback(std::function<void(const Temperature &)> notify_function) in ThermalCallback() argument64 : mNotifyFunction(notify_function) {} in ThermalCallback()