Home
last modified time | relevance | path

Searched refs:EndFlushAnimation (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp65 void FrameUiIntf::EndFlushAnimation() const in EndFlushAnimation() function in OHOS::RME::FrameUiIntf
263 extern "C" void EndFlushAnimation() in EndFlushAnimation() function
265 FrameUiIntf::GetInstance().EndFlushAnimation(); in EndFlushAnimation()
H A Dframe_ui_intf.h29 void EndFlushAnimation() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp63 void RmeSceneSched::EndFlushAnimation() in EndFlushAnimation() function in OHOS::RME::RmeSceneSched
66 rmeCoreSched->EndFlushAnimation(); in EndFlushAnimation()
H A Dframe_msg_mgr.cpp85 m_frameMsgKeyToFunc[FrameEvent::EVENT_FLUSH_ANIMATION_END] = &FrameMsgMgr::EndFlushAnimation; in FrameMapKeyToFunc()
139 void FrameMsgMgr::EndFlushAnimation() in EndFlushAnimation() function in OHOS::RME::FrameMsgMgr
146 scene->EndFlushAnimation(); in EndFlushAnimation()
H A Drme_core_sched.cpp82 void RmeCoreSched::EndFlushAnimation() {} in EndFlushAnimation() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h30 void EndFlushAnimation();
H A Dframe_scene_sched.h31 virtual void EndFlushAnimation() = 0;
H A Drme_scene_sched.h34 void EndFlushAnimation() override;
H A Dframe_msg_mgr.h42 void EndFlushAnimation();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp65 void FrameReport::EndFlushAnimation() in EndFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp65 void FrameReport::EndFlushAnimation() in EndFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h52 void EndFlushAnimation();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp140 void FrameReport::EndFlushAnimation() in EndFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp657 FrameReport::GetInstance().EndFlushAnimation(); in FlushAnimation()
668 FrameReport::GetInstance().EndFlushAnimation(); in FlushAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp726 FrameReport::GetInstance().EndFlushAnimation(); in DispatchDisplaySync()