Home
last modified time | relevance | path

Searched refs:SendCommandsStart (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp174 void FrameUiIntf::SendCommandsStart() const in SendCommandsStart() function in OHOS::RME::FrameUiIntf
333 extern "C" void SendCommandsStart() in SendCommandsStart() function
335 FrameUiIntf::GetInstance().SendCommandsStart(); in SendCommandsStart()
H A Dframe_ui_intf.h47 void SendCommandsStart() const;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_scene_sched.cpp154 void RmeSceneSched::SendCommandsStart() in SendCommandsStart() function in OHOS::RME::RmeSceneSched
157 rmeCoreSched->SendCommandsStart(); in SendCommandsStart()
H A Dframe_msg_mgr.cpp98 m_frameMsgKeyToFunc[FrameEvent::EVENT_SEND_COMMANDS_START] = &FrameMsgMgr::SendCommandsStart; in FrameMapKeyToFunc()
269 void FrameMsgMgr::SendCommandsStart() in SendCommandsStart() function in OHOS::RME::FrameMsgMgr
276 scene->SendCommandsStart(); in SendCommandsStart()
H A Drme_core_sched.cpp131 void RmeCoreSched::SendCommandsStart() in SendCommandsStart() function in OHOS::RME::RmeCoreSched
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/
H A Drs_frame_report_test.cpp155 fr.SendCommandsStart();
157 fr.SendCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/mingw/
H A Drs_frame_report.cpp58 void RsFrameReport::SendCommandsStart() in SendCommandsStart() function in OHOS::Rosen::RsFrameReport
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h44 void SendCommandsStart();
H A Dframe_scene_sched.h44 virtual void SendCommandsStart() = 0;
H A Drme_scene_sched.h52 void SendCommandsStart() override;
H A Dframe_msg_mgr.h56 void SendCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h45 void SendCommandsStart();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/
H A Drsframereport_fuzzer.cpp72 RsFrameReport::GetInstance().SendCommandsStart(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H A Drs_frame_report.cpp192 void RsFrameReport::SendCommandsStart() in SendCommandsStart() function in OHOS::Rosen::RsFrameReport
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp544 RsFrameReport::GetInstance().SendCommandsStart(); in SendCommands()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3137 fr.SendCommandsStart(); in SendCommands()