Searched refs:CheckEventWatched (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_entity.h | 64 std::tuple<bool, int> CheckEventWatched(const std::string &fileName, const uint32_t &event);
|
H A D | watcher_entity.cpp | 57 tuple<bool, int> FileWatcher::CheckEventWatched(const string &fileName, const uint32_t &event) in CheckEventWatched() function in OHOS::FileManagement::ModuleFileIO::FileWatcher 79 auto [isWatched, wd] = CheckEventWatched(arg->fileName, arg->events); in StartNotify()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.h | 85 std::tuple<bool, int> CheckEventWatched(const std::string &fileName, const uint32_t &event);
|
H A D | watcher_impl.cpp | 54 tuple<bool, int> FileWatcherManager::CheckEventWatched(const string &fileName, const uint32_t &event) in CheckEventWatched() function in OHOS::CJSystemapi::FileWatcherManager 109 auto [isWatched, wd] = CheckEventWatched(arg->fileName, arg->events); in StartNotify()
|
Completed in 2 milliseconds