/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_service.cpp | 87 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 D | ndk_app_event_watcher_proxy.cpp | 90 int NdkAppEventWatcherProxy::RemoveWatcher() in RemoveWatcher() function in OHOS::HiviewDFX::NdkAppEventWatcherProxy
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_js_v9.cpp | 199 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 D | napi_hiappevent_watch.cpp | 339 napi_value RemoveWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime) in RemoveWatcher() function
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_hiappevent_watch.h | 27 napi_value RemoveWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_watcher_service.h | 38 int RemoveWatcher(struct HiAppEvent_Watcher *watcher);
|
H A D | ndk_app_event_watcher_proxy.h | 39 int RemoveWatcher();
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_js.cpp | 160 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) in RemoveWatcher() function 355 DECLARE_NAPI_FUNCTION("removeWatcher", RemoveWatcher), in Init()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-watcher-app-events-ndk.md | 230 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-mainthreadjank-events-ndk.md | 199 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-address-sanitizer-events-ndk.md | 276 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-crash-events-ndk.md | 272 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-resourceleak-events-ndk.md | 274 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-freeze-events-ndk.md | 300 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 336 return RemoveWatcher(watcher); in OH_HiAppEvent_RemoveWatcher()
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-mainthreadjank-events-ndk.md | 199 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-app-events-ndk.md | 230 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-address-sanitizer-events-ndk.md | 276 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-resourceleak-events-ndk.md | 273 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-crash-events-ndk.md | 272 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|
H A D | hiappevent-watcher-freeze-events-ndk.md | 300 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) {
|