/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | watcher.h | 23 static napi_value CreateWatcher(napi_env env, napi_callback_info info);
|
H A D | watcher.cpp | 87 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::FileManagement::ModuleFileIO::Watcher
|
H A D | prop_n_exporter.cpp | 852 NVal::DeclareNapiFunction("createWatcher", Watcher::CreateWatcher), in ExportAsync()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | watcher.h | 27 static napi_value CreateWatcher(napi_env env, napi_callback_info info);
|
H A D | watcher.cpp | 58 napi_value Watcher::CreateWatcher(napi_env env, napi_callback_info info) in CreateWatcher() function in OHOS::DistributedFS::ModuleFileIO::Watcher
|
H A D | prop_n_exporter.cpp | 641 NVal::DeclareNapiFunction("createWatcher", Watcher::CreateWatcher), in ExportAsync()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_watcher_service.h | 27 struct HiAppEvent_Watcher* CreateWatcher(const char *name);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_service.cpp | 38 struct HiAppEvent_Watcher* CreateWatcher(const char *name) in CreateWatcher() function
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.h | 88 static std::tuple<int32_t, sptr<WatcherImpl>> CreateWatcher(std::string path, uint32_t events,
|
H A D | file_fs_ffi.cpp | 544 auto [state, nativeWatcher] = FileFsImpl::CreateWatcher(path, events, callback); in FfiOHOSFileFsCreateWatcher()
|
H A D | file_fs_impl.cpp | 1224 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 D | descriptor_utils.cpp | 50 JSValue watcher = CreateWatcher(getter, DirectiveWatcherCallback::Handler, options); in CreateDescriptorWatcher()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.h | 285 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options);
|
H A D | js_fwk_common.cpp | 1140 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options) in CreateWatcher() function
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 295 return CreateWatcher(name); in OH_HiAppEvent_CreateWatcher()
|