Searched refs:watch_tower_ (Results 1 – 4 of 4) sorted by relevance
24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_; member in PlatformFileWatcher29 if ( !watch_tower_ ) in PlatformFileWatcher()31 watch_tower_ = std::make_shared<PlatformWatchTower>(); in PlatformFileWatcher()47 watch_tower_->addFile( fileName.toStdString(), [this, fileName] { in addFile()60 watch_tower_->setPollingInterval( interval_ms ); in setPollingInterval()
81 static std::shared_ptr<PlatformWatchTower> watch_tower_; variable