Searched defs:rateType (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/frame_rate/ |
H A D | frame_rate_manager.cpp | 77 int32_t rateType = 0; in GetExpectedRate() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 186 void FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument
|
H A D | rosen_window.cpp | 106 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument
|
/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() argument
|
/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() argument
|
H A D | vsync_station.cpp | 219 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
|
H A D | root_scene.cpp | 182 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
|
H A D | window_session_impl.cpp | 3600 void WindowSessionImpl::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 2372 uint32_t rateType = 0;
in HWTEST_F() local
|
/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() argument
|
/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() argument
|
Completed in 19 milliseconds