Searched refs:PlatformFileWatcher (Results 1 – 8 of 8) sorted by relevance
24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_;26 PlatformFileWatcher::PlatformFileWatcher() : FileWatcher() in PlatformFileWatcher() function in PlatformFileWatcher35 PlatformFileWatcher::~PlatformFileWatcher() in ~PlatformFileWatcher()39 void PlatformFileWatcher::addFile( const QString& fileName ) in addFile()51 void PlatformFileWatcher::removeFile( const QString& fileName ) in removeFile()58 void PlatformFileWatcher::setPollingInterval( uint32_t interval_ms ) in setPollingInterval()
42 class PlatformFileWatcher : public FileWatcher {47 PlatformFileWatcher();49 ~PlatformFileWatcher();
14 file_watcher = make_shared<PlatformFileWatcher>(); in SetUp()
76 fileWatcher_ = std::make_shared<PlatformFileWatcher>(); in LogData()