Searched refs:NWEB_ERROR (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | web_errors.h | 25 constexpr ErrCode NWEB_ERROR = -1; variable
|
/ohos5.0/base/web/webview/interfaces/kits/napi/common/ |
H A D | web_errors.h | 38 constexpr ErrCode NWEB_ERROR = -1; variable
|
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/ |
H A D | nweb_aafwk_adapter_test.cpp | 39 const int NWEB_ERROR = -1; variable 453 EXPECT_CALL(*mockImpl, SendRequest(_, _, _, _)).WillOnce(Return(NWEB_ERROR)); 478 EXPECT_CALL(*mockImpl, SendRequest(_, _, _, _)).WillOnce(Return(NWEB_ERROR)); 516 EXPECT_CALL(*mockImpl, SendRequest(_, _, _, _)).WillOnce(Return(NWEB_ERROR));
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 2488 if (ret == NWEB_ERROR) { in ZoomIn() 2509 if (ret == NWEB_ERROR) { in ZoomOut() 2851 if (ret == NWEB_ERROR) { in PostUrl() 2895 if (ret == NWEB_ERROR) { in LoadUrl() 2942 if (ret == NWEB_ERROR) { in LoadUrlWithHttpHeaders() 2993 if (ret == NWEB_ERROR) { in LoadData() 3181 if (ret == NWEB_ERROR) { in Zoom() 3677 if (ret == NWEB_ERROR) { in HasImageInternal() 3691 if (ret == NWEB_ERROR) { in HasImageInternal()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_ffi.cpp | 736 *errCode = NWebError::NWEB_ERROR; in FfiOHOSGetItemAtIndex()
|