Home
last modified time | relevance | path

Searched refs:onHttpErrorReceiveV2_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1152 EventCallbackV2 onHttpErrorReceiveV2_; variable
H A Dweb_delegate.cpp1816 onHttpErrorReceiveV2_ = useNewPipe ? eventHub->GetOnHttpErrorReceiveEvent() in PrepareInitOHOSWeb()
4988 if (onHttpErrorReceiveV2_) { in OnHttpErrorReceive()
4989 onHttpErrorReceiveV2_(std::make_shared<ReceivedHttpErrorEvent>( in OnHttpErrorReceive()