Home
last modified time | relevance | path

Searched refs:FlushFrameRate (Results 1 - 25 of 25) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dvsync_station_test.cpp100 * @tc.name: FlushFrameRate
101 * @tc.desc: FlushFrameRate Test
104 HWTEST_F(VsyncStationTest, FlushFrameRate, Function | SmallTest | Level3) in HWTEST_F()
111 vsyncStation0->FlushFrameRate(rate0, animatorExpectedFrameRate); in HWTEST_F()
116 vsyncStation1->FlushFrameRate(rate1, animatorExpectedFrameRate); in HWTEST_F()
H A Dscreen_scene_test.cpp136 * @tc.name: FlushFrameRate
137 * @tc.desc: FlushFrameRate Test
140 HWTEST_F(ScreenSceneTest, FlushFrameRate, Function | SmallTest | Level3) in HWTEST_F()
145 screenScene.FlushFrameRate(rate, animatorExpectedFrameRate); in HWTEST_F()
H A Droot_scene_test.cpp171 * @tc.name: FlushFrameRate
172 * @tc.desc: FlushFrameRate Test
175 HWTEST_F(RootSceneTest, FlushFrameRate, Function | SmallTest | Level3) in HWTEST_F()
180 rootScene.FlushFrameRate(rate, animatorExpectedFrameRate); in HWTEST_F()
H A Dwindow_session_impl_test2.cpp487 * @tc.name: FlushFrameRate
488 * @tc.desc: FlushFrameRate
491 HWTEST_F(WindowSessionImplTest2, FlushFrameRate, Function | SmallTest | Level2) in HWTEST_F()
493 auto window = GetTestWindowImpl("FlushFrameRate"); in HWTEST_F()
501 window->FlushFrameRate(1, -1); in HWTEST_F()
504 window->FlushFrameRate(1, -1); in HWTEST_F()
H A Dwindow_test.cpp2363 * @tc.name: FlushFrameRate
2364 * @tc.desc: FlushFrameRate Test
2367 HWTEST_F(WindowTest, FlushFrameRate, Function | SmallTest | Level2) in HWTEST_F()
2374 window->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp136 void ScreenScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::Rosen::ScreenScene
138 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Droot_scene.cpp182 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::Rosen::RootScene
184 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Dvsync_station.cpp219 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::Rosen::VsyncStation
H A Dwindow_session_impl.cpp3600 void WindowSessionImpl::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::OHOS::Rosen::WindowSessionImpl
3606 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp24 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) {} in FlushFrameRate() function in OHOS::Ace::NG::RosenWindow
/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);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
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 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.cpp186 void FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() function in OHOS::Ace::FormRenderWindow
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
H A Dvsync_station.h45 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
H A Droot_scene.h53 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
H A Dwindow_session_impl.h136 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
/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 in OHOS::OHOS::Ace::Window
/foundation/window/window_manager/previewer/include/
H A Dwindow.h213 virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1056 void FlushFrameRate();
H A Dpipeline_context.cpp905 FlushFrameRate(); in FlushVsync()
1285 void PipelineContext::FlushFrameRate() in FlushFrameRate() function in OHOS::Ace::NG::PipelineContext
1291 ACE_SCOPED_TRACE("FlushFrameRate Expected frameRate = %d frameRateType = %d " in FlushFrameRate()
1294 TAG_LOGD(AceLogTag::ACE_DISPLAY_SYNC, "FlushFrameRate Expected frameRate = %{public}d " in FlushFrameRate()
1297 window_->FlushFrameRate(rate, currAnimatorExpectedFrameRate, rateType); in FlushFrameRate()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1168 virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window

Completed in 37 milliseconds