Searched refs:CreateWatcher (Results 1 - 12 of 12) sorted by relevance
/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()
|
/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()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.h | 87 static std::tuple<int32_t, sptr<WatcherImpl>> CreateWatcher(std::string path, uint32_t events,
|
H A D | file_fs_ffi.cpp | 598 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
|
/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()
|
/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 | 1146 JSValue CreateWatcher(JSValue getter, JSHandler handler, JSValue options) in CreateWatcher() function
|
Completed in 13 milliseconds