Home
last modified time | relevance | path

Searched refs:ConvertTimeToSystime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp466 int64_t inputTime = ConvertTimeToSystime(info.inputTime); in ReportEventResponse()
467 int64_t beginVsyncTime = ConvertTimeToSystime(info.beginVsyncTime); in ReportEventResponse()
488 int64_t inputTime = ConvertTimeToSystime(info.inputTime); in ReportEventComplete()
489 int64_t beginVsyncTime = ConvertTimeToSystime(info.beginVsyncTime); in ReportEventComplete()
490 int64_t endVsyncTime = ConvertTimeToSystime(info.endVsyncTime); in ReportEventComplete()
637 int64_t beginVsyncTime = ConvertTimeToSystime(info.beginVsyncTime); in ReportEventHitchTimeRatioWithoutDelay()
662 int64_t beginVsyncTime = ConvertTimeToSystime(info.beginVsyncTime); in ReportEventHitchTimeRatioWithDelay()
860 int64_t inputTime = ConvertTimeToSystime(info.inputTime); in GetSceneDescription()
911 int64_t RSJankStats::ConvertTimeToSystime(int64_t time) const in ConvertTimeToSystime() function in OHOS::Rosen::RSJankStats
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp574 EXPECT_EQ(rsJankStats->ConvertTimeToSystime(0), 0);
575 EXPECT_NE(rsJankStats->ConvertTimeToSystime(1), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h168 int64_t ConvertTimeToSystime(int64_t time) const;