Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp700 if (onVsyncProfiler_) { in OnVsyncEvent()
709 if (onVsyncProfiler_) { in OnVsyncEvent()
710 onVsyncProfiler_(AceTracker::Stop()); in OnVsyncEvent()
H A Dpipeline_base.h562 onVsyncProfiler_ = callback; in SetOnVsyncProfiler()
575 onVsyncProfiler_ = nullptr; in ResetOnVsyncProfiler()
1569 ProfilerCallback onVsyncProfiler_; variable