/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_vsync_adapter_impl.cpp | 24 uint32_t ArkVSyncAdapterImpl::RequestVsync(void* data, void* cb) in RequestVsync() function in OHOS::ArkWeb::ArkVSyncAdapterImpl 26 return (uint32_t)real_.RequestVsync(data, reinterpret_cast<NWeb::NWebVSyncCb>(cb)); in RequestVsync()
|
H A D | ark_vsync_adapter_impl.h | 29 uint32_t RequestVsync(void* data, void* cb) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_vsync_adapter_wrapper.cpp | 22 OHOS::NWeb::VSyncErrorCode ArkVSyncAdapterWrapper::RequestVsync(void* data, OHOS::NWeb::NWebVSyncCb… in RequestVsync() function in OHOS::ArkWeb::ArkVSyncAdapterWrapper 27 uint32_t result = ctocpp_->RequestVsync(data, reinterpret_cast<void*>(cb)); in RequestVsync()
|
H A D | ark_vsync_adapter_wrapper.h | 28 OHOS::NWeb::VSyncErrorCode RequestVsync(void* data, OHOS::NWeb::NWebVSyncCb cb) override;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | vsync_station_test.cpp | 60 vsyncStation->RequestVsync(vsyncCallback); 74 vsyncStation0->RequestVsync(vsyncCallback0); 79 vsyncStation1->RequestVsync(vsyncCallback1);
|
H A D | screen_scene_test.cpp | 115 HWTEST_F(ScreenSceneTest, RequestVsync, Function | SmallTest | Level3) 119 screenScene.RequestVsync(vsyncCallback);
|
H A D | root_scene_test.cpp | 162 rootScene.RequestVsync(vsyncCallback);
|
H A D | window_impl_test.cpp | 326 window->RequestVsync(vsyncCallback); 346 window->RequestVsync(vsyncCallback); 1350 HWTEST_F(WindowImplTest, RequestVsync, Function | SmallTest | Level3) 1369 window->RequestVsync(callback); 1374 window->RequestVsync(callback);
|
H A D | window_impl_test5.cpp | 548 window->RequestVsync(callback); 552 window->RequestVsync(callback); 555 window->RequestVsync(callback);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 156 void ScreenScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::ScreenScene 158 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
|
H A D | root_scene.cpp | 214 void RootScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::RootScene 216 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
|
H A D | vsync_station.cpp | 106 void VsyncStation::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::VsyncStation
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | vsync_station.h | 43 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback);
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | vsync_adapter_impl.h | 36 VSyncErrorCode RequestVsync(void* data, NWebVSyncCb cb) override;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | vsync_station.h | 41 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback);
|
H A D | screen_scene.h | 45 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) override;
|
H A D | root_scene.h | 51 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) override;
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | vsync_station.cpp | 34 void VsyncStation::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::VsyncStation
|
H A D | window_impl.cpp | 833 void WindowImpl::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::WindowImpl 839 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_context.h | 121 void RequestVsync() const in RequestVsync() function
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | vsync_adapter_impl.cpp | 80 VSyncErrorCode VSyncAdapterImpl::RequestVsync(void* data, NWebVSyncCb cb) in RequestVsync() function in OHOS::NWeb::VSyncAdapterImpl
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 31 virtual uint32_t RequestVsync(void* data, void* cb) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 36 virtual VSyncErrorCode RequestVsync(void* data, NWebVSyncCb cb) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.cpp | 139 rsWindow_->RequestVsync(vsyncCallback_); in RequestFrame()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 109 virtual void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) {} in RequestVsync() function
|