Home
last modified time | relevance | path

Searched refs:eventTypes (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp41 int NdkAppEventWatcherProxy::SetAppEventFilter(const char *domain, uint8_t eventTypes, in SetAppEventFilter() argument
44 return watcher_->AddAppEventFilter(domain, eventTypes, names, namesLen); in SetAppEventFilter()
H A Dndk_app_event_watcher_service.cpp45 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes, in SetAppEventFilter() argument
50 return ndkWatcher->SetAppEventFilter(domain, eventTypes, names, namesLen); in SetAppEventFilter()
H A Dndk_app_event_watcher.cpp39 int NdkAppEventWatcher::AddAppEventFilter(const char* domain, uint8_t eventTypes, in AddAppEventFilter() argument
45 uint32_t types = eventTypes << 1; in AddAppEventFilter()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_watcher.h33 int AddAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesLen);
H A Dndk_app_event_watcher_proxy.h32 int SetAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesLen);
H A Dndk_app_event_watcher_service.h28 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes,
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h73 CArrUI32 eventTypes; member
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h497 * @param eventTypes The types of the events to be monitored by the watcher.0x08 means BEHAVIOR,0x04 means
506 int OH_HiAppEvent_SetAppEventFilter(HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes,
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp262 const int eventTypes[] = { 1, 2, 3, 4 }; // for fault, statistic, security and behavior event in InitQuotaMap() local
263 for (auto eventType : eventTypes) { in InitQuotaMap()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp375 for (int k = 0; k < watcher.appEventFilters.head[i].eventTypes.size; k++) { in FfiOHOSHiAppEventAddWatcher()
376 types |= (BIT_MASK << watcher.appEventFilters.head[i].eventTypes.head[k]); in FfiOHOSHiAppEventAddWatcher()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c298 int OH_HiAppEvent_SetAppEventFilter(struct HiAppEvent_Watcher *watcher, const char *domain, uint8_t eventTypes, in OH_HiAppEvent_SetAppEventFilter() argument
301 return SetAppEventFilter(watcher, domain, eventTypes, names, namesLen); in OH_HiAppEvent_SetAppEventFilter()

Completed in 5 milliseconds