Home
last modified time | relevance | path

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

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp178 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 Drs_ui_display_soloist.h80 int64_t GetVSyncPeriod();
151 int64_t GetVSyncPeriod() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.h76 int64_t vsyncPeriod = GetVSyncPeriod();
109 int64_t GetVSyncPeriod() const override;
H A Drosen_window.cpp57 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 Dscreen_scene_test.cpp124 * @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 Droot_scene_test.cpp159 * @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 Dwindow_impl_test5.cpp569 * @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 Dwindow_session_impl_test2.cpp465 * @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 Dscreen_scene.cpp131 int64_t ScreenScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::ScreenScene
133 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Dvsync_station.cpp155 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
159 receiver->GetVSyncPeriod(period); in GetVSyncPeriod()
H A Droot_scene.cpp177 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 Dmock_rosen_window.cpp51 int64_t RosenWindow::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Ace::NG::RosenWindow
/foundation/window/window_manager/previewer/include/
H A Dvsync_station.h44 int64_t GetVSyncPeriod();
H A Dwindow.h212 virtual int64_t GetVSyncPeriod() = 0;
H A Dwindow_impl.h174 virtual int64_t GetVSyncPeriod() override;
/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp60 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
H A Dwindow_impl.cpp822 int64_t WindowImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h46 int64_t GetVSyncPeriod() override;
H A Dvsync_station.h40 int64_t GetVSyncPeriod();
H A Droot_scene.h52 int64_t GetVSyncPeriod() override;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h159 virtual int64_t GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::OHOS::Ace::Window
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/
H A Dnative_vsync.cpp108 return nativeVSync->receiver_->GetVSyncPeriod(*reinterpret_cast<int64_t*>(period)); in OH_NativeVSync_GetPeriod()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h143 virtual VsyncError GetVSyncPeriod(int64_t &period);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_receiver_test.cpp292 ASSERT_EQ(rsReceiver->GetVSyncPeriod(period), VSYNC_ERROR_OK); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_receiver.cpp284 VsyncError VSyncReceiver::GetVSyncPeriod(int64_t &period) in GetVSyncPeriod() function in OHOS::Rosen::VSyncReceiver

Completed in 17 milliseconds

12