Searched defs:fromSeq (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | query_argument.h | 37 int64_t fromSeq = -1; variable
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | query_argument.h | 37 int64_t fromSeq = -1; variable
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_dao.cpp | 41 const std::vector<std::string>& names, uint32_t type, int64_t toSeq, int64_t fromSeq) in BuildQuery()
|
H A D | sys_event_query.cpp | 436 uint32_t type, int64_t toSeq, int64_t fromSeq) : queryArg_(domain, names, type, toSeq, fromSeq) in SysEventQuery()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_rules.h | 31 long long fromSeq; member
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_query_wrapper.h | 110 …uint32_t type, int64_t toSeq, int64_t fromSeq) : SysEventQuery(domain, names, type, toSeq, fromSeq… in SysEventQueryWrapper()
|
H A D | sys_event_query.h | 247 int64_t fromSeq; member
|