Searched defs:maxEvents (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | query_argument.h | 36 int32_t maxEvents = 0; variable
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | query_argument.h | 36 int32_t maxEvents = 0; variable
|
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/ |
H A D | napi_hisysevent.test.js | 84 maxEvents: -1, // -1 means query cnt with no limit property in AnonymousFunction5301cea80100.defaultQueryArg 90 maxEvents: QUERY_1_ITEM, // 1 is query count property in AnonymousFunction5301cea80100.queryArgWithOneCnt 96 maxEvents: QUERY_2_ITEMS, property in AnonymousFunction5301cea80100.queryArgWithTwoCnt 102 maxEvents: 5, // 5 is query count property in AnonymousFunction5301cea80100.queryArgWithFiveCnt
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_rules.h | 30 int maxEvents; member
|
H A D | hisysevent_manager_c.h | 34 int32_t maxEvents; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 275 FILLP_INT maxEvents, in EpGetEventsAndSignal() 328 FILLP_INT maxEvents, in EpPoll() 794 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL… in SpungeEpollWait()
|
H A D | api.c | 300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | hisysevent_tool.h | 39 int maxEvents; member
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_manager.cpp | 67 int32_t maxEvents = 0; in HiSysEventQuery() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller.h | 86 int maxEvents = 0; member
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 934 auto maxEvents = GetInt32TypeAttribute(env, jsObj, MAX_EVENTS_ATTR, DEFAULT_MAX_EVENTS); in CreateHiSysEventInfoJsObject() local
|