Home
last modified time | relevance | path

Searched defs:queryLimit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_read_handler.cpp98 int64_t queryLimit = queryCnt < QUERY_LIMIT ? queryCnt : QUERY_LIMIT; in QuerySysEvent() local
123 const int64_t queryLimit, int64_t& totalQueryCnt) in HandleQueryResult()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp143 int queryLimit = tag.isInnerQuery ? 50 : 1000; in IsQueryCntLimitValid() local