Home
last modified time | relevance | path

Searched refs:BeginFlushLayout (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp89 void FrameUiIntf::BeginFlushLayout() const in BeginFlushLayout() function in OHOS::RME::FrameUiIntf
278 extern "C" void BeginFlushLayout() in BeginFlushLayout() function
280 FrameUiIntf::GetInstance().BeginFlushLayout(); in BeginFlushLayout()
H A Dframe_ui_intf.h33 void BeginFlushLayout() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp84 void RmeSceneSched::BeginFlushLayout() in BeginFlushLayout() function in OHOS::RME::RmeSceneSched
87 rmeCoreSched->BeginFlushLayout(); in BeginFlushLayout()
H A Dframe_msg_mgr.cpp88 m_frameMsgKeyToFunc[FrameEvent::EVENT_FLUSH_LAYOUT_START] = &FrameMsgMgr::BeginFlushLayout; in FrameMapKeyToFunc()
169 void FrameMsgMgr::BeginFlushLayout() in BeginFlushLayout() function in OHOS::RME::FrameMsgMgr
176 scene->BeginFlushLayout(); in BeginFlushLayout()
H A Drme_core_sched.cpp94 void RmeCoreSched::BeginFlushLayout() {} in BeginFlushLayout() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h33 void BeginFlushLayout();
H A Dframe_scene_sched.h34 virtual void BeginFlushLayout() = 0;
H A Drme_scene_sched.h39 void BeginFlushLayout() override;
H A Dframe_msg_mgr.h45 void BeginFlushLayout();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp80 void FrameReport::BeginFlushLayout() in BeginFlushLayout() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp80 void FrameReport::BeginFlushLayout() in BeginFlushLayout() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h56 void BeginFlushLayout();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp167 void FrameReport::BeginFlushLayout() in BeginFlushLayout() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp471 FrameReport::GetInstance().BeginFlushLayout(); in FlushLayout()