Home
last modified time | relevance | path

Searched refs:FlushFrameRate (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dvsync_station_test.cpp104 HWTEST_F(VsyncStationTest, FlushFrameRate, Function | SmallTest | Level3)
111 vsyncStation0->FlushFrameRate(rate0, animatorExpectedFrameRate);
116 vsyncStation1->FlushFrameRate(rate1, animatorExpectedFrameRate);
H A Dscreen_scene_test.cpp140 HWTEST_F(ScreenSceneTest, FlushFrameRate, Function | SmallTest | Level3)
145 screenScene.FlushFrameRate(rate, animatorExpectedFrameRate);
H A Droot_scene_test.cpp183 HWTEST_F(RootSceneTest, FlushFrameRate, Function | SmallTest | Level3)
188 rootScene.FlushFrameRate(rate, animatorExpectedFrameRate);
H A Dwindow_session_impl_two_test.cpp476 HWTEST_F(WindowSessionImplTwoTest, FlushFrameRate, Function | SmallTest | Level2)
486 window->FlushFrameRate(1, -1);
489 window->FlushFrameRate(1, -1);
H A Dwindow_test.cpp2311 HWTEST_F(WindowTest, FlushFrameRate, Function | SmallTest | Level2)
2318 window->FlushFrameRate(rate, animatorExpectedFrameRate, rateType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp93 FlushFrameRate(frameRateRange_.preferred_); in VsyncCallbackInner()
146 void RSDisplaySoloist::FlushFrameRate(int32_t rate) in FlushFrameRate() function in OHOS::Rosen::RSDisplaySoloist
489 FlushFrameRate(frameRateRange_.preferred_); in DispatchSoloistCallback()
491 FlushFrameRate(FRAME_RATE_0); in DispatchSoloistCallback()
574 void RSDisplaySoloistManager::FlushFrameRate(int32_t rate) in FlushFrameRate() function in OHOS::Rosen::RSDisplaySoloistManager
H A Drs_ui_display_soloist.h77 void FlushFrameRate(int32_t rate);
143 void FlushFrameRate(int32_t rate);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp166 void ScreenScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateTyp… in FlushFrameRate() function in OHOS::Rosen::ScreenScene
168 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Droot_scene.cpp224 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::Rosen::RootScene
226 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Dvsync_station.cpp224 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateTy… in FlushFrameRate() function in OHOS::Rosen::VsyncStation
H A Dwindow_session_impl.cpp3766 void WindowSessionImpl::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t r… in FlushFrameRate() function in OHOS::Rosen::WindowSessionImpl
3773 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp106 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() function in OHOS::Ace::NG::RosenWindow
111 rsWindow_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Dform_render_window.h46 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
H A Drosen_window.h56 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
H A Dform_render_window.cpp171 void FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rate… in FlushFrameRate() function in OHOS::Ace::FormRenderWindow
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
H A Dscreen_scene.h47 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
H A Droot_scene.h53 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
H A Dwindow_session_impl.h143 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h51 … virtual void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateTyte) {} in FlushFrameRate() function
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h214 …virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1213 …virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1039 void FlushFrameRate();
H A Dpipeline_context.cpp611 FlushFrameRate(); in FlushVsync()
969 void PipelineContext::FlushFrameRate() in FlushFrameRate() function in OHOS::Ace::NG::PipelineContext
981 window_->FlushFrameRate(rate, currAnimatorExpectedFrameRate, rateType); in FlushFrameRate()