Home
last modified time | relevance | path

Searched refs:NWEB_ERROR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dweb_errors.h25 constexpr ErrCode NWEB_ERROR = -1; variable
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.h38 constexpr ErrCode NWEB_ERROR = -1; variable
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp39 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 Dnapi_webview_controller.cpp2488 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 Dwebview_ffi.cpp736 *errCode = NWebError::NWEB_ERROR; in FfiOHOSGetItemAtIndex()