/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | vsync_station_test.cpp | 104 HWTEST_F(VsyncStationTest, FlushFrameRate, Function | SmallTest | Level3) 111 vsyncStation0->FlushFrameRate(rate0, animatorExpectedFrameRate); 116 vsyncStation1->FlushFrameRate(rate1, animatorExpectedFrameRate);
|
H A D | screen_scene_test.cpp | 140 HWTEST_F(ScreenSceneTest, FlushFrameRate, Function | SmallTest | Level3) 145 screenScene.FlushFrameRate(rate, animatorExpectedFrameRate);
|
H A D | root_scene_test.cpp | 183 HWTEST_F(RootSceneTest, FlushFrameRate, Function | SmallTest | Level3) 188 rootScene.FlushFrameRate(rate, animatorExpectedFrameRate);
|
H A D | window_session_impl_two_test.cpp | 476 HWTEST_F(WindowSessionImplTwoTest, FlushFrameRate, Function | SmallTest | Level2) 486 window->FlushFrameRate(1, -1); 489 window->FlushFrameRate(1, -1);
|
H A D | window_test.cpp | 2311 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 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);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 166 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 D | root_scene.cpp | 224 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 D | vsync_station.cpp | 224 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateTy… in FlushFrameRate() function in OHOS::Rosen::VsyncStation
|
H A D | window_session_impl.cpp | 3766 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 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.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 | form_render_window.cpp | 171 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 D | vsync_station.h | 47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
|
H A D | screen_scene.h | 47 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
H A D | root_scene.h | 53 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
H A D | window_session_impl.h | 143 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
/ohos5.0/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
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 214 …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 D | window.h | 1213 …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 D | pipeline_context.h | 1039 void FlushFrameRate();
|
H A D | pipeline_context.cpp | 611 FlushFrameRate(); in FlushVsync() 969 void PipelineContext::FlushFrameRate() in FlushFrameRate() function in OHOS::Ace::NG::PipelineContext 981 window_->FlushFrameRate(rate, currAnimatorExpectedFrameRate, rateType); in FlushFrameRate()
|