Home
last modified time | relevance | path

Searched defs:CreateWatcher (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.cpp87 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::FileManagement::ModuleFileIO::Watcher
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dwatcher.cpp58 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::DistributedFS::ModuleFileIO::Watcher
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_service.cpp38 struct HiAppEvent_Watcher* CreateWatcher(const char *name) in CreateWatcher() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp1224 std::tuple<int32_t, sptr<WatcherImpl>> FileFsImpl::CreateWatcher(std::string path, uint32_t events, in CreateWatcher() function in OHOS::CJSystemapi::FileFsImpl
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp1140 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options) in CreateWatcher() function