Home
last modified time | relevance | path

Searched refs:INVALID_TIME_STAMP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dwrite_controller.cpp64 uint64_t timestamp = INVALID_TIME_STAMP;
163 return INVALID_TIME_STAMP; in CheckLimitWritingEvent()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h34 constexpr uint64_t INVALID_TIME_STAMP = 0; variable
126 begin = INVALID_TIME_STAMP; in QueryRecord()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dwrite_controller.h26 static constexpr uint64_t INVALID_TIME_STAMP = 0; variable
H A Dhisysevent.h248 if (timeStamp == INVALID_TIME_STAMP) {
272 if (timeStamp == INVALID_TIME_STAMP) {
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp137 if (timeStamp == INVALID_TIME_STAMP) { in CheckThenWriteSysEvent()