Home
last modified time | relevance | path

Searched refs:OnRouterPush (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h89 void OnRouterPush(const ArkWebString& param) override;
H A Dark_web_handler_impl.cpp143 void ArkWebHandlerImpl::OnRouterPush(const ArkWebString& param) in OnRouterPush() function in OHOS::ArkWeb::ArkWebHandlerImpl
145 nweb_handler_->OnRouterPush(ArkWebStringStructToClass(param)); in OnRouterPush()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h132 virtual void OnRouterPush(const ArkWebString& param) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp145 void ArkWebHandlerWrapper::OnRouterPush(const std::string& param) in OnRouterPush() function in OHOS::ArkWeb::ArkWebHandlerWrapper
149 ark_web_handler_->OnRouterPush(stParam); in OnRouterPush()
H A Dark_web_handler_wrapper.h99 void OnRouterPush(const std::string& param) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h131 void OnRouterPush(const std::string& param) override;
H A Dweb_client_impl.cpp356 void WebClientImpl::OnRouterPush(const std::string& param) in OnRouterPush() function in OHOS::Ace::WebClientImpl
363 delegate->OnRouterPush(param); in OnRouterPush()
H A Dweb_delegate.h845 void OnRouterPush(const std::string& param);
H A Dweb_delegate.cpp4282 delegate->OnRouterPush(param); in RegisterWebEvent()
5144 void WebDelegate::OnRouterPush(const std::string& param) in OnRouterPush() function in OHOS::Ace::WebDelegate
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h306 virtual void OnRouterPush(const std::string& param) {} in OnRouterPush() function