Searched refs:NotificationCallback (Results 1 – 2 of 2) sorted by relevance
48 using NotificationCallback = std::function<void(const Temperature &t)>; variable111 explicit ThermalHelperImpl(const NotificationCallback &cb);216 const NotificationCallback cb_;
117 ThermalHelperImpl::ThermalHelperImpl(const NotificationCallback &cb) in ThermalHelperImpl()