/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_aafwk_render_scheduler_host_adapter_wrapper.cpp | 34 void ArkAafwkRenderSchedulerHostAdapterWrapper::NotifyBrowser( in NotifyBrowser() function in OHOS::ArkWeb::ArkAafwkRenderSchedulerHostAdapterWrapper 37 ctocpp_->NotifyBrowser(ipcFd, sharedFd, crashFd, new ArkAafwkBrowserClientAdapterImpl(adapter)); in NotifyBrowser()
|
H A D | ark_aafwk_render_scheduler_host_adapter_wrapper.h | 33 void NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_aafwk_render_scheduler_host_adapter_impl.cpp | 32 void ArkAafwkRenderSchedulerHostAdapterImpl::NotifyBrowser( in NotifyBrowser() function in OHOS::ArkWeb::ArkAafwkRenderSchedulerHostAdapterImpl 35 …real_->NotifyBrowser(ipcFd, sharedFd, crashFd, std::make_shared<ArkAafwkBrowserClientAdapterWrappe… in NotifyBrowser()
|
H A D | ark_aafwk_render_scheduler_host_adapter_impl.h | 31 void NotifyBrowser(
|
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/ |
H A D | aafwk_render_scheduler_impl.cpp | 38 renderSchedulerHostAdapter_->NotifyBrowser(ipcFd, sharedFd, crashFd, nullptr); in NotifyBrowserFd() 43 renderSchedulerHostAdapter_->NotifyBrowser(ipcFd, sharedFd, crashFd, browserClientAdapter_); in NotifyBrowserFd()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | aafwk_render_scheduler_host_adapter.h | 34 virtual void NotifyBrowser(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_aafwk_render_scheduler_host_adapter.h | 34 virtual void NotifyBrowser(
|
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/ |
H A D | nweb_aafwk_adapter_test.cpp | 74 void NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd, 85 void RenderScheduler::NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd, in NotifyBrowser() function in OHOS::NWeb::RenderScheduler
|