Home
last modified time | relevance | path

Searched refs:SetAppEventFilter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_service.cpp45 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes, in SetAppEventFilter() function
50 return ndkWatcher->SetAppEventFilter(domain, eventTypes, names, namesLen); in SetAppEventFilter()
H A Dndk_app_event_watcher_proxy.cpp41 int NdkAppEventWatcherProxy::SetAppEventFilter(const char *domain, uint8_t eventTypes, in SetAppEventFilter() function in OHOS::HiviewDFX::NdkAppEventWatcherProxy
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher_service.h28 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes,
H A Dndk_app_event_watcher_proxy.h32 …int SetAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesL…
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c301 return SetAppEventFilter(watcher, domain, eventTypes, names, namesLen); in OH_HiAppEvent_SetAppEventFilter()