Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp57 void FrameUiIntf::BeginFlushAnimation() const in BeginFlushAnimation() function in OHOS::RME::FrameUiIntf
258 extern "C" void BeginFlushAnimation() in BeginFlushAnimation() function
260 FrameUiIntf::GetInstance().BeginFlushAnimation(); in BeginFlushAnimation()
H A Dframe_ui_intf.h28 void BeginFlushAnimation() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp56 void RmeSceneSched::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::RME::RmeSceneSched
59 rmeCoreSched->BeginFlushAnimation(); in BeginFlushAnimation()
H A Dframe_msg_mgr.cpp84 … m_frameMsgKeyToFunc[FrameEvent::EVENT_FLUSH_ANIMATION_START] = &FrameMsgMgr::BeginFlushAnimation; in FrameMapKeyToFunc()
129 void FrameMsgMgr::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::RME::FrameMsgMgr
136 scene->BeginFlushAnimation(); in BeginFlushAnimation()
H A Drme_core_sched.cpp60 void RmeCoreSched::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h29 void BeginFlushAnimation();
H A Dframe_scene_sched.h30 virtual void BeginFlushAnimation() = 0;
H A Drme_scene_sched.h33 void BeginFlushAnimation() override;
H A Dframe_msg_mgr.h41 void BeginFlushAnimation();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp60 void FrameReport::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp60 void FrameReport::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h51 void BeginFlushAnimation();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp131 void FrameReport::BeginFlushAnimation() in BeginFlushAnimation() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp648 FrameReport::GetInstance().BeginFlushAnimation(); in FlushAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp719 FrameReport::GetInstance().BeginFlushAnimation(); in DispatchDisplaySync()