Home
last modified time | relevance | path

Searched refs:GetLastRequestVsyncTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h139 uint64_t GetLastRequestVsyncTime() const in GetLastRequestVsyncTime() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2745 …Instance().Print(1, "LastRequestVsyncTime: " + std::to_string(window_->GetLastRequestVsyncTime())); in OnDumpInfo()
2896 …Instance().Print(1, "LastRequestVsyncTime: " + std::to_string(window_->GetLastRequestVsyncTime())); in DumpPipelineInfo()
4505 if (lastFrameInfo.frameRecvTime_ < window_->GetLastRequestVsyncTime() && in PrintVsyncInfoIfNeed()
4506 static_cast<uint64_t>(GetSysTimestamp()) - window_->GetLastRequestVsyncTime() >= timeout) { in PrintVsyncInfoIfNeed()
4509 …window_->GetLastRequestVsyncTime(), GetSysTimestamp(), onShow_, lastFrameInfo.GetTimeInfo().c_str(… in PrintVsyncInfoIfNeed()