Home
last modified time | relevance | path

Searched refs:toSeq (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dquery_argument.h27 int64_t fromSeq = -1, int64_t toSeq = -1) in QueryArgument()
28 : beginTime(beginTime), endTime(endTime), maxEvents(maxEvents), fromSeq(fromSeq), toSeq(toSeq) {} in QueryArgument()
38 int64_t toSeq = -1; member in OHOS::HiviewDFX::QueryArgument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dquery_argument.h27 int64_t fromSeq = -1, int64_t toSeq = -1) in QueryArgument()
28 : beginTime(beginTime), endTime(endTime), maxEvents(maxEvents), fromSeq(fromSeq), toSeq(toSeq) {} in QueryArgument()
38 int64_t toSeq = -1; member in OHOS::HiviewDFX::QueryArgument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_rules.h32 long long toSeq; member
35 const long long fromSeq = -1, const long long toSeq = -1) in QueryArg()
41 this->toSeq = toSeq; in QueryArg()
44 QueryArg(): beginTime(0), endTime(0), maxEvents(0), fromSeq(-1), toSeq(-1) {} in QueryArg()
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_dao.cpp41 const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq) in BuildQuery()
43 HIVIEW_LOGD("query domain=%{public}s, names.size=%{public}zu, type=%{public}u, toSeq=%{public}" PRId64 in BuildQuery()
44 ", fromSeq=%{public}" PRId64, domain.c_str(), names.size(), type, toSeq, fromSeq); in BuildQuery()
45 return std::make_shared<SysEventQueryWrapper>(domain, names, type, toSeq, fromSeq); in BuildQuery()
40 BuildQuery(const std::string& domain, const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq) BuildQuery() argument
H A Dsys_event_query.cpp436 uint32_t type, int64_t toSeq, int64_t fromSeq) : queryArg_(domain, names, type, toSeq, fromSeq) in SysEventQuery()
435 SysEventQuery(const std::string& domain, const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq) SysEventQuery() argument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dquery_argument.cpp34 if (!parcel.WriteInt64(toSeq)) { in Marshalling()
58 if (!parcel.ReadInt64(ret->toSeq)) { in Unmarshalling()
H A Devent_query_wrapper_builder.cpp199 ", toSeq=%{public}" PRId64 ", queryLimit=%{public}d.", argument_.beginTime, argument_.endTime, in Query()
200 argument_.maxEvents, argument_.fromSeq, argument_.toSeq, queryLimit_); in Query()
308 ", toSeq=%{public} " PRId64 ".", argument.beginTime, argument.endTime, in SetQueryArgument()
309 argument.maxEvents, argument.fromSeq, argument.toSeq); in SetQueryArgument()
413 auto offset = argument_.toSeq > argument_.fromSeq ? (argument_.toSeq - argument_.fromSeq) : 0;
417 .And(EventStore::EventCol::SEQ, EventStore::Op::LT, argument_.toSeq);
420 queryRule.eventType, argument_.toSeq, argument_.fromSeq);
429 HIVIEW_LOGD("argument.toSeq is %{public}" PRId64 ", maxSeq is %{public}" PRId64 ".",
430 argument_.toSeq, maxSeq
[all...]
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dquery_argument.cpp34 if (!parcel.WriteInt64(toSeq)) { in Marshalling()
58 if (!parcel.ReadInt64(ret->toSeq)) { in Unmarshalling()
H A Dhisysevent_delegate.cpp126 QueryArgument queryArgument(arg.beginTime, arg.endTime, arg.maxEvents, arg.fromSeq, arg.toSeq); in Query()
150 QueryArgument queryArgument(arg.beginTime, arg.endTime, arg.maxEvents, arg.fromSeq, arg.toSeq); in Export()
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_dao.h36 const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq);
H A Dsys_event_query_wrapper.h110 uint32_t type, int64_t toSeq, int64_t fromSeq) : SysEventQuery(domain, names, type, toSeq, fromSeq) {} in SysEventQueryWrapper()
109 SysEventQueryWrapper(const std::string& domain, const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq) SysEventQueryWrapper() argument
H A Dsys_event_query.h243 int64_t toSeq; member
248 uint32_t type, int64_t toSeq, int64_t fromSeq) in SysEventQueryArg()
253 this->toSeq = toSeq; in SysEventQueryArg()
295 SysEventQuery(const std::string& domain, const std::vector<std::string>& names, uint32_t type, int64_t toSeq,
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp373 if (queryArg.names.empty() && queryArg.type == 0 && queryArg.toSeq == INVALID_VALUE_INT) { in IsContainQueryArg()
400 if (queryArg.toSeq != INVALID_VALUE_INT && eventSeq >= queryArg.toSeq) { in IsContainQueryArg()
420 sysEventQuery.queryArg_.toSeq = GetFileSeq(file); in QueryByFiles()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp53 constexpr char END_SEQ_ATTR[] = "toSeq";
932 queryArg.toSeq = GetLonglongTypeAttribute(env, toSeqVal, DEFAULT_SEQ);

Completed in 8 milliseconds