Searched refs:eventTypes (Results 1 - 11 of 11) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_proxy.cpp | 41 int NdkAppEventWatcherProxy::SetAppEventFilter(const char *domain, uint8_t eventTypes, in SetAppEventFilter() argument 44 return watcher_->AddAppEventFilter(domain, eventTypes, names, namesLen); in SetAppEventFilter()
|
H A D | ndk_app_event_watcher_service.cpp | 45 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 D | ndk_app_event_watcher.cpp | 39 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 D | ndk_app_event_watcher.h | 33 int AddAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesLen);
|
H A D | ndk_app_event_watcher_proxy.h | 32 int SetAppEventFilter(const char* domain, uint8_t eventTypes, const char* const *names, int namesLen);
|
H A D | ndk_app_event_watcher_service.h | 28 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes,
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | common.h | 73 CArrUI32 eventTypes; member
|
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 497 * @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 D | sys_event_database.cpp | 262 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 D | hiappevent_ffi.cpp | 375 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 D | hiappevent_ndk.c | 298 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