Home
last modified time | relevance | path

Searched refs:CreateWatcher (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.h23 static napi_value CreateWatcher(napi_env env, napi_callback_info info);
H A Dwatcher.cpp87 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::FileManagement::ModuleFileIO::Watcher
H A Dprop_n_exporter.cpp852 NVal::DeclareNapiFunction("createWatcher", Watcher::CreateWatcher), in ExportAsync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dwatcher.h27 static napi_value CreateWatcher(napi_env env, napi_callback_info info);
H A Dwatcher.cpp58 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::DistributedFS::ModuleFileIO::Watcher
H A Dprop_n_exporter.cpp641 NVal::DeclareNapiFunction("createWatcher", Watcher::CreateWatcher), in ExportAsync()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher_service.h27 struct HiAppEvent_Watcher* CreateWatcher(const char *name);
/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.h88 static std::tuple<int32_t, sptr<WatcherImpl>> CreateWatcher(std::string path, uint32_t events,
H A Dfile_fs_ffi.cpp544 auto [state, nativeWatcher] = FileFsImpl::CreateWatcher(path, events, callback); in FfiOHOSFileFsCreateWatcher()
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/directive/
H A Ddescriptor_utils.cpp50 JSValue watcher = CreateWatcher(getter, DirectiveWatcherCallback::Handler, options); in CreateDescriptorWatcher()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h285 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options);
H A Djs_fwk_common.cpp1140 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options) in CreateWatcher() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c295 return CreateWatcher(name); in OH_HiAppEvent_CreateWatcher()