Searched refs:RemoveWatcher (Results 1 – 8 of 8) sorted by relevance
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
D | hiappevent_watcher_test.cpp | 171 watcherMgr->RemoveWatcher(watcher1->GetName()); 172 watcherMgr->RemoveWatcher(watcher2->GetName()); 173 watcherMgr->RemoveWatcher(watcher3->GetName()); 174 watcherMgr->RemoveWatcher(watcher4->GetName()); 175 watcherMgr->RemoveWatcher(watcher5->GetName()); 201 watcherMgr->RemoveWatcher(watcher->GetName()); 230 watcherMgr->RemoveWatcher(watcher1->GetName()); 231 watcherMgr->RemoveWatcher(watcher2->GetName());
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_hiappevent_js_v9.cpp | 98 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) in RemoveWatcher() function 105 return NapiHiAppEventWatch::RemoveWatcher(env, params[0]); in RemoveWatcher() 116 DECLARE_NAPI_FUNCTION("removeWatcher", RemoveWatcher) in Init()
|
D | napi_hiappevent_watch.cpp | 287 napi_value RemoveWatcher(const napi_env env, const napi_value watcher) in RemoveWatcher() function 296 AppEventWatcherMgr::GetInstance()->RemoveWatcher(GetName(env, watcher)); in RemoveWatcher()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
D | napi_hiappevent_watch.h | 27 napi_value RemoveWatcher(const napi_env env, const napi_value watcher);
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/watcher/include/ |
D | app_event_watcher_mgr.h | 32 void RemoveWatcher(const std::string& name);
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/watcher/ |
D | app_event_watcher_mgr.cpp | 46 RemoveWatcher(name); in AddWatcher() 67 void AppEventWatcherMgr::RemoveWatcher(const std::string& name) in RemoveWatcher() function in OHOS::HiviewDFX::AppEventWatcherMgr
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
D | napi_hisysevent_js.cpp | 137 static napi_value RemoveWatcher(napi_env env, napi_callback_info info) in RemoveWatcher() function 222 DECLARE_NAPI_FUNCTION("removeWatcher", RemoveWatcher), in Init()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | libhiappevent_base.map | 31 …"OHOS::HiviewDFX::AppEventWatcherMgr::RemoveWatcher(std::__h::basic_string<char, std::__h::char_tr… 78 …"OHOS::HiviewDFX::AppEventWatcherMgr::RemoveWatcher(std::__1::basic_string<char, std::__1::char_tr…
|