Searched refs:SetAppEventFilter (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_service.cpp | 45 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 D | ndk_app_event_watcher_proxy.cpp | 41 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 D | ndk_app_event_watcher_service.h | 28 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes,
|
H A D | ndk_app_event_watcher_proxy.h | 32 …int SetAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesL…
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 301 return SetAppEventFilter(watcher, domain, eventTypes, names, namesLen); in OH_HiAppEvent_SetAppEventFilter()
|