Home
last modified time | relevance | path

Searched defs:endTimeStamp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_read.cpp98 TimeStampVarType beginTimeStamp, TimeStampVarType endTimeStamp) in CheckMatchedLogLine()
111 TimeStampVarType endTimeStamp, int count) in ParseSingFileLogs()
138 TimeStampVarType endTimeStamp, int count) in ParseAllHistoryLogs()
177 TimeStampVarType endTimeStamp) in IsMatchedLogFile()
201 TimeStampVarType endTimeStamp) in AllMatchedLogFiles()
227 TimeStampVarType beginTimeStamp, TimeStampVarType endTimeStamp, in ReadHistoryLogFromPersistFile()
247 TimeStampVarType endTimeStamp, int count) in PullEventHistoryLog()
318 TimeStampVarType endTimeStamp, int count) in PullEventHistoryLog()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/jank_detector/
H A Drs_jank_detector_test.cpp48 uint64_t endTimeStamp = 10; variable
76 uint64_t endTimeStamp = 10; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_jank_detector_test.cpp81 uint64_t endTimeStamp = jankDetector->GetSysTimeNs(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/jank_detector/
H A Drs_jank_detector.h37 uint64_t endTimeStamp = 0; member
H A Drs_jank_detector.cpp75 void RSJankDetector::UpdateUiDrawFrameMsg(uint64_t startTimeStamp, uint64_t endTimeStamp, in UpdateUiDrawFrameMsg()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp327 auto endTimeStamp = GetMilliseconds(); variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1425 cameraDevice->SetMovingPhotoEndTimeCallback([thisPtr](int32_t captureId, int64_t endTimeStamp) { in GetMovingPhotoStartAndEndTime()