Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp137 void FrameUiIntf::BeginProcessPostFlush() const in BeginProcessPostFlush() function in OHOS::RME::FrameUiIntf
308 extern "C" void BeginProcessPostFlush() in BeginProcessPostFlush() function
310 FrameUiIntf::GetInstance().BeginProcessPostFlush(); in BeginProcessPostFlush()
H A Dframe_ui_intf.h42 void BeginProcessPostFlush() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp126 void RmeSceneSched::BeginProcessPostFlush() in BeginProcessPostFlush() function in OHOS::RME::RmeSceneSched
129 rmeCoreSched->BeginProcessPostFlush(); in BeginProcessPostFlush()
H A Dframe_msg_mgr.cpp94 …rameMsgKeyToFunc[FrameEvent::EVENT_PROCESS_POST_FLUSH_START] = &FrameMsgMgr::BeginProcessPostFlush; in FrameMapKeyToFunc()
229 void FrameMsgMgr::BeginProcessPostFlush() in BeginProcessPostFlush() function in OHOS::RME::FrameMsgMgr
236 scene->BeginProcessPostFlush(); in BeginProcessPostFlush()
H A Drme_core_sched.cpp112 void RmeCoreSched::BeginProcessPostFlush() {} in BeginProcessPostFlush() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h40 void BeginProcessPostFlush();
H A Dframe_scene_sched.h40 virtual void BeginProcessPostFlush() = 0;
H A Drme_scene_sched.h48 void BeginProcessPostFlush() override;
H A Dframe_msg_mgr.h52 void BeginProcessPostFlush();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp110 void FrameReport::BeginProcessPostFlush() in BeginProcessPostFlush() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp110 void FrameReport::BeginProcessPostFlush() in BeginProcessPostFlush() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h62 void BeginProcessPostFlush();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp219 void FrameReport::BeginProcessPostFlush() in BeginProcessPostFlush() function in OHOS::Ace::FrameReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp764 FrameReport::GetInstance().BeginProcessPostFlush(); in ProcessPostFlush()