/foundation/window/window_manager/wm/test/unittest/ |
H A D | vsync_station_test.cpp | 100 * @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 D | screen_scene_test.cpp | 136 * @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 D | root_scene_test.cpp | 171 * @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 D | window_session_impl_test2.cpp | 487 * @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 D | window_test.cpp | 2363 * @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 D | screen_scene.cpp | 136 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 D | root_scene.cpp | 182 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 D | vsync_station.cpp | 219 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() function in OHOS::Rosen::VsyncStation
|
H A D | window_session_impl.cpp | 3600 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 D | mock_rosen_window.cpp | 24 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 D | rs_ui_display_soloist.cpp | 93 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 D | rs_ui_display_soloist.h | 77 void FlushFrameRate(int32_t rate); 143 void FlushFrameRate(int32_t rate);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.h | 46 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
|
H A D | rosen_window.h | 56 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
|
H A D | rosen_window.cpp | 106 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 D | form_render_window.cpp | 186 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 D | screen_scene.h | 47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
|
H A D | vsync_station.h | 45 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
|
H A D | root_scene.h | 53 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
|
H A D | window_session_impl.h | 136 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 51 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 D | window.h | 213 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 D | pipeline_context.h | 1056 void FlushFrameRate();
|
H A D | pipeline_context.cpp | 905 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 D | window.h | 1168 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
|