Searched refs:sensors_to_watch (Results 1 – 2 of 2) sorted by relevance
62 void registerFilesToWatch(const std::set<std::string> &sensors_to_watch);64 void registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch);
342 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatch() argument344 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatch()359 void ThermalWatcher::registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatchNl() argument361 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatchNl()