Searched refs:fromSeq (Results 1 – 9 of 9) sorted by relevance
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
D | query_argument.h | 27 int64_t fromSeq = -1, int64_t toSeq = -1) 28 … : beginTime(beginTime), endTime(endTime), maxEvents(maxEvents), fromSeq(fromSeq), toSeq(toSeq) {} in beginTime() 37 int64_t fromSeq = -1; variable
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
D | query_argument.h | 27 int64_t fromSeq = -1, int64_t toSeq = -1) 28 … : beginTime(beginTime), endTime(endTime), maxEvents(maxEvents), fromSeq(fromSeq), toSeq(toSeq) {} in beginTime() 37 int64_t fromSeq = -1; variable
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
D | hisysevent_rules.h | 30 long long fromSeq; member 33 const long long fromSeq = -1, const long long toSeq = -1) 34 … : beginTime(beginTime), endTime(endTime), maxEvents(maxEvents), fromSeq(fromSeq), toSeq(toSeq) {} in beginTime()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | query_argument.cpp | 31 if (!parcel.WriteInt64(fromSeq)) { in Marshalling() 55 if (!parcel.ReadInt64(ret->fromSeq)) { in Unmarshalling()
|
D | event_query_wrapper_builder.cpp | 236 argument.maxEvents, argument.fromSeq, argument.toSeq, queryLimit); in Query() 353 argument.maxEvents, argument.fromSeq, argument.toSeq); in SetQueryArgument() 477 auto offset = static_cast<int32_t>(argument.toSeq - argument.fromSeq); in BuildQuery() 480 whereCond.And(SEQ_, EventStore::Op::GE, argument.fromSeq) in BuildQuery() 487 argument.fromSeq = iter->GetEventSeq(); in SyncQueryArgument() 500 argument.fromSeq++; in NeedStartNextQuery() 501 …if (((transportedEventCnt + ignoredEventCnt) < queryLimit || argument.fromSeq >= argument.toSeq)) { in NeedStartNextQuery() 503 argument.fromSeq = Next()->GetQueryArgument().fromSeq; in NeedStartNextQuery() 597 …if (argument.fromSeq != INVALID_SEQ && argument.toSeq != INVALID_SEQ && argument.fromSeq < argumen… in CreateQueryWrapperByArgument() 608 argument.maxEvents, argument.fromSeq, argument.toSeq); in InitQueryWrappers()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | query_argument.cpp | 31 if (!parcel.WriteInt64(fromSeq)) { in Marshalling() 55 if (!parcel.ReadInt64(ret->fromSeq)) { in Unmarshalling()
|
D | hisysevent_delegate.cpp | 101 QueryArgument queryArgument(arg.beginTime, arg.endTime, arg.maxEvents, arg.fromSeq, arg.toSeq); in Query()
|
/base/hiviewdfx/hisysevent/test/unittest/common/napi/ |
D | napi_hisysevent.test.js | 741 fromSeq: 100, property 789 fromSeq: 0, property
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
D | napi_hisysevent_util.cpp | 789 queryArg.fromSeq = GetLonglongTypeAttribute(env, jsObj, BEGIN_SEQ_ATTR, DEFAULT_SEQ); in CreateHiSysEventInfoJsObject() 790 HiLog::Debug(LABEL, "queryArg.fromSeq is %{public}lld.", queryArg.fromSeq); in CreateHiSysEventInfoJsObject()
|