Home
last modified time | relevance | path

Searched defs:lastLogTimeStamp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h64 int64_t lastLogTimeStamp = 0; member
H A Devent_manager.cpp2193 auto lastLogTimeStamp = lastReceivedEvent_.lastLogTimeStamp; in CheckAndLogLastReceivedEventInfo() local
2217 auto lastLogTimeStamp = lastConsumedEvent_.lastLogTimeStamp; in CheckAndLogLastConsumedEventInfo() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp574 auto lastLogTimeStamp = currentTime - 1000 * 1000000 - 1000; variable
607 auto lastLogTimeStamp = currentTime - 1000 * 1000000 - 1000; variable