Home
last modified time | relevance | path

Searched refs:PassSurface (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp45 void PassSurface(sptr<Surface> surface, int64_t surface_id);
64 void MockBrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface() function in OHOS::MockBrowserClient
87 client->PassSurface(surface, surface_id); in AafwkBrowserClientAdapterFuzzTest()
95 clientAdapter->PassSurface(surface_id); in AafwkBrowserClientAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_browser_client_adapter_wrapper.cpp37 void ArkAafwkBrowserClientAdapterWrapper::PassSurface(int64_t surface_id) in PassSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterWrapper
39 ctocpp_->PassSurface(surface_id); in PassSurface()
H A Dark_aafwk_browser_client_adapter_wrapper.h32 void PassSurface(int64_t surface_id) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_browser_client_adapter_impl.cpp34 void ArkAafwkBrowserClientAdapterImpl::PassSurface(int64_t surface_id) in PassSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterImpl
36 real_->PassSurface(surface_id); in PassSurface()
H A Dark_aafwk_browser_client_adapter_impl.h33 void PassSurface(int64_t surface_id) override;
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/include/
H A Daafwk_browser_client_adapter_impl.h38 virtual void PassSurface(sptr<Surface> surface, int64_t surface_id) override;
59 void PassSurface(int64_t surface_id) override;
H A Dibrowser.h37 virtual void PassSurface(sptr<Surface> surface, int64_t surface_id) = 0;
H A Daafwk_browser_host_impl.h67 void PassSurface(sptr<Surface> surface, int64_t surface_id) override;
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp92 void BrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface() function in OHOS::NWeb::BrowserClient
182 void AafwkBrowserClientAdapterImpl::PassSurface(int64_t surface_id) in PassSurface() function in OHOS::NWeb::AafwkBrowserClientAdapterImpl
198 GetInstance().browserHost_->PassSurface(surface, surface_id); in PassSurface()
H A Daafwk_browser_host_impl.cpp109 PassSurface(surface, surface_id); in HandlePassSurface()
149 void AafwkBrowserHostImpl::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface() function in OHOS::NWeb::AafwkBrowserHostImpl
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp102 void PassSurface(sptr<Surface>surface, int64_t surface_id);
121 void MockBrowserClient::PassSurface(sptr<Surface>surface, int64_t surface_id) in PassSurface() function in OHOS::NWeb::MockBrowserClient
204 MOCK_METHOD(void, PassSurface, (sptr<Surface> surface, int64_t surface_id), (override));
496 client->PassSurface(surface, surface_id);
574 clientAdapter->PassSurface(surface_id);
577 clientAdapter->PassSurface(surface_id);
733 host->PassSurface(surface, surface_id);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daafwk_browser_client_adapter.h33 virtual void PassSurface(int64_t surface_id) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_aafwk_browser_client_adapter.h40 virtual void PassSurface(int64_t surface_id) = 0;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserhost_fuzzer/
H A Daafwkbrowserhost_fuzzer.cpp51 host->PassSurface(surface, surface_id); in AafwkBrowserHostFuzzTest()