Home
last modified time | relevance | path

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 Dwatcher_entity.h64 std::tuple<bool, int> CheckEventWatched(const std::string &fileName, const uint32_t &event);
H A Dwatcher_entity.cpp57 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 Dwatcher_impl.h85 std::tuple<bool, int> CheckEventWatched(const std::string &fileName, const uint32_t &event);
H A Dwatcher_impl.cpp54 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