Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp145 void FrameUiIntf::ProcessCommandsStart() const in ProcessCommandsStart() function in OHOS::RME::FrameUiIntf
313 extern "C" void ProcessCommandsStart() in ProcessCommandsStart() function
315 FrameUiIntf::GetInstance().ProcessCommandsStart(); in ProcessCommandsStart()
H A Dframe_ui_intf.h43 void ProcessCommandsStart() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp133 void RmeSceneSched::ProcessCommandsStart() in ProcessCommandsStart() function in OHOS::RME::RmeSceneSched
136 rmeCoreSched->ProcessCommandsStart(); in ProcessCommandsStart()
H A Dframe_msg_mgr.cpp95 …m_frameMsgKeyToFunc[FrameEvent::EVENT_PROCESS_COMMANDS_START] = &FrameMsgMgr::ProcessCommandsStart; in FrameMapKeyToFunc()
239 void FrameMsgMgr::ProcessCommandsStart() in ProcessCommandsStart() function in OHOS::RME::FrameMsgMgr
246 scene->ProcessCommandsStart(); in ProcessCommandsStart()
H A Drme_core_sched.cpp114 void RmeCoreSched::ProcessCommandsStart() {} in ProcessCommandsStart() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/
H A Drs_frame_report_test.cpp66 fr.ProcessCommandsStart();
68 fr.ProcessCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/mingw/
H A Drs_frame_report.cpp42 void RsFrameReport::ProcessCommandsStart() in ProcessCommandsStart() function in OHOS::Rosen::RsFrameReport
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h41 void ProcessCommandsStart();
H A Dframe_scene_sched.h41 virtual void ProcessCommandsStart() = 0;
H A Drme_scene_sched.h49 void ProcessCommandsStart() override;
H A Dframe_msg_mgr.h53 void ProcessCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h39 void ProcessCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/
H A Drsframereport_fuzzer.cpp74 RsFrameReport::GetInstance().ProcessCommandsStart(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H A Drs_frame_report.cpp120 void RsFrameReport::ProcessCommandsStart() in ProcessCommandsStart() function in OHOS::Rosen::RsFrameReport
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp433 RsFrameReport::GetInstance().ProcessCommandsStart(); in ProcessCommands()