/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_display_soloist.cpp | 178 int64_t currVsyncPeriod = GetVSyncPeriod(); in JudgeWhetherSkip() 304 int64_t RSDisplaySoloist::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::RSDisplaySoloist 313 subReceiver_->GetVSyncPeriod(period); in GetVSyncPeriod() 319 period = soloistManager.GetVSyncPeriod(); in GetVSyncPeriod() 327 int64_t vsyncPeriod = GetVSyncPeriod(); in GetVSyncRate() 330 vsyncPeriod = soloistManager.GetVSyncPeriod(); in GetVSyncRate() 622 int64_t RSDisplaySoloistManager::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Rosen::RSDisplaySoloistManager 631 receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
|
H A D | rs_ui_display_soloist.h | 80 int64_t GetVSyncPeriod(); 151 int64_t GetVSyncPeriod() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.h | 76 int64_t vsyncPeriod = GetVSyncPeriod(); 109 int64_t GetVSyncPeriod() const override;
|
H A D | rosen_window.cpp | 57 int64_t refreshPeriod = window->GetVSyncPeriod(); in RosenWindow() 229 return ONE_SECOND_IN_NANO / rsWindow_->GetVSyncPeriod(); in GetRefreshRate() 245 int64_t RosenWindow::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Ace::NG::RosenWindow 250 return rsWindow_->GetVSyncPeriod(); in GetVSyncPeriod()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | screen_scene_test.cpp | 124 * @tc.name: GetVSyncPeriod
125 * @tc.desc: GetVSyncPeriod Test
128 HWTEST_F(ScreenSceneTest, GetVSyncPeriod, Function | SmallTest | Level3)
in HWTEST_F() 131 screenScene.GetVSyncPeriod();
in HWTEST_F()
|
H A D | root_scene_test.cpp | 159 * @tc.name: GetVSyncPeriod 160 * @tc.desc: GetVSyncPeriod Test 163 HWTEST_F(RootSceneTest, GetVSyncPeriod, Function | SmallTest | Level3) in HWTEST_F() 166 rootScene.GetVSyncPeriod(); in HWTEST_F()
|
H A D | window_impl_test5.cpp | 569 * @tc.name: GetVSyncPeriod 570 * @tc.desc: GetVSyncPeriod test 573 HWTEST_F(WindowImplTest5, GetVSyncPeriod, Function | SmallTest | Level1) in HWTEST_F() 577 option->SetWindowName("GetVSyncPeriod"); in HWTEST_F() 584 ASSERT_EQ(window->GetVSyncPeriod(), 0); in HWTEST_F() 588 window->GetVSyncPeriod(); in HWTEST_F() 591 ASSERT_EQ(window->GetVSyncPeriod(), 0); in HWTEST_F()
|
H A D | window_session_impl_test2.cpp | 465 * @tc.name: GetVSyncPeriod 466 * @tc.desc: GetVSyncPeriod 469 HWTEST_F(WindowSessionImplTest2, GetVSyncPeriod, Function | SmallTest | Level2) in HWTEST_F() 471 auto window = GetTestWindowImpl("GetVSyncPeriod"); in HWTEST_F() 479 ASSERT_EQ(window->GetVSyncPeriod(), 0); in HWTEST_F() 482 window->GetVSyncPeriod(); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 131 int64_t ScreenScene::GetVSyncPeriod()
in GetVSyncPeriod() function in OHOS::Rosen::ScreenScene 133 return vsyncStation_->GetVSyncPeriod();
in GetVSyncPeriod()
|
H A D | vsync_station.cpp | 155 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation 159 receiver->GetVSyncPeriod(period); in GetVSyncPeriod()
|
H A D | root_scene.cpp | 177 int64_t RootScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::RootScene 179 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_rosen_window.cpp | 51 int64_t RosenWindow::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Ace::NG::RosenWindow
|
/foundation/window/window_manager/previewer/include/ |
H A D | vsync_station.h | 44 int64_t GetVSyncPeriod();
|
H A D | window.h | 212 virtual int64_t GetVSyncPeriod() = 0;
|
H A D | window_impl.h | 174 virtual int64_t GetVSyncPeriod() override;
|
/foundation/window/window_manager/previewer/src/ |
H A D | vsync_station.cpp | 60 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
|
H A D | window_impl.cpp | 822 int64_t WindowImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wm/include/ |
H A D | screen_scene.h | 46 int64_t GetVSyncPeriod() override;
|
H A D | vsync_station.h | 40 int64_t GetVSyncPeriod();
|
H A D | root_scene.h | 52 int64_t GetVSyncPeriod() override;
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 159 virtual int64_t GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::OHOS::Ace::Window
|
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/ |
H A D | native_vsync.cpp | 108 return nativeVSync->receiver_->GetVSyncPeriod(*reinterpret_cast<int64_t*>(period)); in OH_NativeVSync_GetPeriod()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 143 virtual VsyncError GetVSyncPeriod(int64_t &period);
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_receiver_test.cpp | 292 ASSERT_EQ(rsReceiver->GetVSyncPeriod(period), VSYNC_ERROR_OK);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 284 VsyncError VSyncReceiver::GetVSyncPeriod(int64_t &period)
in GetVSyncPeriod() function in OHOS::Rosen::VSyncReceiver
|