Searched refs:onHttpErrorReceive (Results 1 – 10 of 10) sorted by relevance
40 onHttpErrorReceive?: Callback<OnHttpErrorReceiveEvent>,67 | onHttpErrorReceive | Callback\<[OnHttpErrorReceiveEvent](#onhttperrorreceiveevent)\> …624 onHttpErrorReceive: (event: OnHttpErrorReceiveEvent) => {625 console.info(`AtomicServiceWebLog onHttpErrorReceive event = ${JSON.stringify({746 onHttpErrorReceive: (event: OnHttpErrorReceiveEvent) => {747 console.info("onHttpErrorReceive call back success " + JSON.stringify(event));
62 auto onHttpErrorReceive = [](const BaseEventInfo* info) {}; in __anoncfa545010502() variable63 webModelNG.SetOnHttpErrorReceive(onHttpErrorReceive);
133 this.onHttpErrorReceive = () => {166 if (r10.onHttpErrorReceive !== undefined) {167 this.onHttpErrorReceive = r10.onHttpErrorReceive;283 …Web.onHttpErrorReceive((p11) => this.onCommonCallBack('onHttpErrorReceive', p11, this.onHttpErrorR…
129 …onHttpErrorReceive(callback: (event?: { request: WebResourceRequest; response: WebResourceResponse…
121 public onHttpErrorReceive?: Callback<OnHttpErrorReceiveEvent> = () => {170 ….onHttpErrorReceive((event: OnHttpErrorReceiveEvent) => this.onCommonCallBack('onHttpErrorReceive'…171 this.onHttpErrorReceive))
3386 ### onHttpErrorReceive subsection3388 onHttpErrorReceive(callback: Callback\<OnHttpErrorReceiveEvent\>)3414 .onHttpErrorReceive((event) => {7077 Web组件资源响应对象。示例代码参考[onHttpErrorReceive事件](#onhttperrorreceive)。
1390 onHttpErrorReceive(callback: (event?: {
3386 ### onHttpErrorReceive subsection3388 onHttpErrorReceive(callback: Callback\<OnHttpErrorReceiveEvent\>)3414 .onHttpErrorReceive((event) => {7077 Implements the **WebResourceResponse** object. For the sample code, see [onHttpErrorReceive](#onhtt…
25163 onHttpErrorReceive(callback) { method in ArkWebComponent