Home
last modified time | relevance | path

Searched refs:RequestVsync (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_vsync_adapter_impl.cpp24 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 Dark_vsync_adapter_impl.h29 uint32_t RequestVsync(void* data, void* cb) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_vsync_adapter_wrapper.cpp22 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 Dark_vsync_adapter_wrapper.h28 OHOS::NWeb::VSyncErrorCode RequestVsync(void* data, OHOS::NWeb::NWebVSyncCb cb) override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dvsync_station_test.cpp60 vsyncStation->RequestVsync(vsyncCallback);
74 vsyncStation0->RequestVsync(vsyncCallback0);
79 vsyncStation1->RequestVsync(vsyncCallback1);
H A Dscreen_scene_test.cpp115 HWTEST_F(ScreenSceneTest, RequestVsync, Function | SmallTest | Level3)
119 screenScene.RequestVsync(vsyncCallback);
H A Droot_scene_test.cpp162 rootScene.RequestVsync(vsyncCallback);
H A Dwindow_impl_test.cpp326 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 Dwindow_impl_test5.cpp548 window->RequestVsync(callback);
552 window->RequestVsync(callback);
555 window->RequestVsync(callback);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp156 void ScreenScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::ScreenScene
158 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
H A Droot_scene.cpp214 void RootScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::RootScene
216 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
H A Dvsync_station.cpp106 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 Dvsync_station.h43 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback);
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dvsync_adapter_impl.h36 VSyncErrorCode RequestVsync(void* data, NWebVSyncCb cb) override;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h41 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback);
H A Dscreen_scene.h45 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) override;
H A Droot_scene.h51 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp34 void VsyncStation::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync() function in OHOS::Rosen::VsyncStation
H A Dwindow_impl.cpp833 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 Drs_context.h121 void RequestVsync() const in RequestVsync() function
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dvsync_adapter_impl.cpp80 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 Dark_graphic_adapter.h31 virtual uint32_t RequestVsync(void* data, void* cb) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h36 virtual VSyncErrorCode RequestVsync(void* data, NWebVSyncCb cb) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp139 rsWindow_->RequestVsync(vsyncCallback_); in RequestFrame()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h109 virtual void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) {} in RequestVsync() function

12