Home
last modified time | relevance | path

Searched defs:maxEvents (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dquery_argument.h36 int32_t maxEvents = 0; variable
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dquery_argument.h36 int32_t maxEvents = 0; variable
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/
H A Dnapi_hisysevent.test.js84 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 Dhisysevent_rules.h30 int maxEvents; member
H A Dhisysevent_manager_c.h34 int32_t maxEvents; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c275 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 Dapi.c300 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 Dhisysevent_tool.h39 int maxEvents; member
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_manager.cpp67 int32_t maxEvents = 0; in HiSysEventQuery() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.h86 int maxEvents = 0; member
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp934 auto maxEvents = GetInt32TypeAttribute(env, jsObj, MAX_EVENTS_ATTR, DEFAULT_MAX_EVENTS); in CreateHiSysEventInfoJsObject() local