Searched refs:NotificationCallback (Results 1 – 2 of 2) sorted by relevance
68 using NotificationCallback = std::function<void(const std::vector<Temperature_2_0> &temps)>; variable79 ThermalHelper(const NotificationCallback &cb);126 const NotificationCallback cb_;
176 ThermalHelper::ThermalHelper(const NotificationCallback &cb) in ThermalHelper()