/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_vsync_adapter_impl.cpp | 29 int64_t ArkVSyncAdapterImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::ArkWeb::ArkVSyncAdapterImpl 31 return real_.GetVSyncPeriod(); in GetVSyncPeriod()
|
H A D | ark_vsync_adapter_impl.h | 31 int64_t GetVSyncPeriod() override;
|
/ohos5.0/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;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_vsync_adapter_wrapper.cpp | 31 int64_t ArkVSyncAdapterWrapper::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::ArkWeb::ArkVSyncAdapterWrapper 36 return ctocpp_->GetVSyncPeriod(); in GetVSyncPeriod()
|
H A D | ark_vsync_adapter_wrapper.h | 30 int64_t GetVSyncPeriod() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.cpp | 57 int64_t refreshPeriod = window->GetVSyncPeriod(); in RosenWindow() 235 return ONE_SECOND_IN_NANO / rsWindow_->GetVSyncPeriod(); in GetRefreshRate() 251 int64_t RosenWindow::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Ace::NG::RosenWindow 256 return rsWindow_->GetVSyncPeriod(); in GetVSyncPeriod()
|
H A D | rosen_window.h | 78 int64_t vsyncPeriod = GetVSyncPeriod(); in FlushAnimation() 106 int64_t GetVSyncPeriod() const override;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | screen_scene_test.cpp | 128 HWTEST_F(ScreenSceneTest, GetVSyncPeriod, Function | SmallTest | Level3) 131 screenScene.GetVSyncPeriod();
|
H A D | root_scene_test.cpp | 171 HWTEST_F(RootSceneTest, GetVSyncPeriod, Function | SmallTest | Level3) 174 rootScene.GetVSyncPeriod();
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | vsync_adapter_impl.cpp | 151 int64_t VSyncAdapterImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::NWeb::VSyncAdapterImpl 159 VsyncError ret = receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_vsync_station.cpp | 77 uint64_t DragVSyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Msdp::DeviceStatus::DragVSyncStation 84 int32_t ret = receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 161 int64_t ScreenScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::ScreenScene 163 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
|
H A D | root_scene.cpp | 219 int64_t RootScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::RootScene 221 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()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/graphic_adapter/vsyncadapter_fuzzer/ |
H A D | vsyncadapter_fuzzer.cpp | 41 adapter.GetVSyncPeriod(); in CameraManagerAdapterFuzzTest()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | vsync_station.h | 44 int64_t GetVSyncPeriod();
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | graphic_adapter_test.cpp | 72 int64_t period = adapter.GetVSyncPeriod();
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_vsync_station.h | 39 uint64_t GetVSyncPeriod();
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | vsync_adapter_impl.h | 37 int64_t GetVSyncPeriod() override;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | vsync_station.h | 42 int64_t GetVSyncPeriod();
|
H A D | screen_scene.h | 46 int64_t GetVSyncPeriod() override;
|
H A D | root_scene.h | 52 int64_t GetVSyncPeriod() override;
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | vsync_station.cpp | 60 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 156 virtual int64_t GetVSyncPeriod() const in GetVSyncPeriod() function
|