Home
last modified time | relevance | path

Searched refs:RemoveWatcher (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_service.cpp87 int RemoveWatcher(struct HiAppEvent_Watcher *watcher) in RemoveWatcher() function
90 return reinterpret_cast<NdkAppEventWatcherProxy *>(watcher)->RemoveWatcher(); in RemoveWatcher()
97 watcherProxy->RemoveWatcher(); in DestroyWatcher()
H A Dndk_app_event_watcher_proxy.cpp90 int NdkAppEventWatcherProxy::RemoveWatcher() in RemoveWatcher() function in OHOS::HiviewDFX::NdkAppEventWatcherProxy
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_watch.h27 napi_value RemoveWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime);
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher_proxy.h39 int RemoveWatcher();
H A Dndk_app_event_watcher_service.h38 int RemoveWatcher(struct HiAppEvent_Watcher *watcher);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js_v9.cpp199 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) in RemoveWatcher() function
208 return NapiHiAppEventWatch::RemoveWatcher(env, params[0], beginTime); in RemoveWatcher()
254 DECLARE_NAPI_FUNCTION("removeWatcher", RemoveWatcher), in Init()
H A Dnapi_hiappevent_watch.cpp339 napi_value RemoveWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime) in RemoveWatcher() function
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_js.cpp160 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) in RemoveWatcher() function
355 DECLARE_NAPI_FUNCTION("removeWatcher", RemoveWatcher), in Init()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c336 return RemoveWatcher(watcher); in OH_HiAppEvent_RemoveWatcher()

Completed in 5 milliseconds