Home
last modified time | relevance | path

Searched refs:vsyncStation_ (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp40 vsyncStation_ = std::make_shared<VsyncStation>(nodeId); in ScreenScene()
59 vsyncStation_->Destroy(); in Destroy()
128 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
133 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
138 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Droot_scene.cpp77 vsyncStation_ = std::make_shared<VsyncStation>(nodeId); in RootScene()
174 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
179 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
184 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
212 vsyncStation_->SetUiDvsyncSwitch(dvsyncSwitch); in SetUiDvsyncSwitch()
H A Dwindow_session_impl.cpp199 vsyncStation_ = std::make_shared<VsyncStation>(surfaceNode_->GetId()); in WindowSessionImpl()
380 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowSessionCreateCheck()
2515 if (vsyncStation_ != nullptr) { in ClearVsyncStation()
2516 vsyncStation_->Destroy(); in ClearVsyncStation()
2602 if (vsyncStation_ != nullptr) { in NotifyAfterForeground()
2604 vsyncStation_->GetFrameRateLinkerId()); in NotifyAfterForeground()
2605 vsyncStation_->SetFrameRateLinkerEnable(true); in NotifyAfterForeground()
2608 vsyncStation_->SetDisplaySoloistFrameRateLinkerEnable(true); in NotifyAfterForeground()
2626 if (vsyncStation_ ! in NotifyAfterBackground()
[all...]
H A Dwindow_impl.cpp115 vsyncStation_ = std::make_shared<VsyncStation>(surfaceNode_->GetId()); in WindowImpl()
1249 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowCreateCheck()
1525 if (vsyncStation_ != nullptr) { in ClearVsyncStation()
1526 vsyncStation_->Destroy(); in ClearVsyncStation()
3348 if (vsyncStation_ != nullptr) { in RequestVsync()
3349 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
3355 if (vsyncStation_ != nullptr) { in GetVSyncPeriod()
3356 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Dwindow_extension_session_impl.cpp82 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in Create()
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h91 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; member in OHOS::OHOS::OHOS::Rosen::ScreenScene
H A Droot_scene.h121 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; member in OHOS::OHOS::OHOS::Rosen::RootScene
H A Dwindow_session_impl.h368 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; member in OHOS::Rosen::WindowSessionImpl
H A Dwindow_impl.h501 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; member
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp474 auto vsyncStation = window->vsyncStation_; in HWTEST_F()
478 window->vsyncStation_ = nullptr; in HWTEST_F()
481 window->vsyncStation_ = vsyncStation; in HWTEST_F()
496 auto vsyncStation = window->vsyncStation_; in HWTEST_F()
500 window->vsyncStation_ = nullptr; in HWTEST_F()
503 window->vsyncStation_ = vsyncStation; in HWTEST_F()
1823 window->vsyncStation_ = nullptr; in HWTEST_F()
1853 window->vsyncStation_ = nullptr; in HWTEST_F()
H A Dwindow_impl_test5.cpp587 window->vsyncStation_ = std::make_shared<VsyncStation>(1); in HWTEST_F()
590 window->vsyncStation_ = nullptr; in HWTEST_F()
614 window->vsyncStation_ = std::make_shared<VsyncStation>(1); in HWTEST_F()
617 window->vsyncStation_ = nullptr; in HWTEST_F()
H A Dwindow_session_impl_test.cpp821 ASSERT_NE(window->vsyncStation_, nullptr); in HWTEST_F()
823 window->vsyncStation_ = nullptr; in HWTEST_F()
842 window->vsyncStation_ = nullptr; in HWTEST_F()
1411 window->vsyncStation_ = nullptr; in HWTEST_F()
1439 window->vsyncStation_ = nullptr; in HWTEST_F()
H A Dwindow_impl_test.cpp345 window->vsyncStation_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp64 vsyncStation_ = std::make_shared<VsyncStation>(surfaceNode_->GetId()); in CreateSurfaceNode()
815 if (vsyncStation_ == nullptr) { in RequestVsync()
819 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h290 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; member in OHOS::OHOS::Rosen::WindowImpl

Completed in 35 milliseconds