Home
last modified time | relevance | path

Searched refs:WEB_NET_ERROR_CODE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/web_net_error_code/
H A Dnapi_web_net_errorcode.h24 const std::string WEB_NET_ERROR_CODE = "WebNetErrorList"; variable
H A Dnapi_web_net_errorcode.cpp528 napi_define_class(env, WEB_NET_ERROR_CODE.c_str(), WEB_NET_ERROR_CODE.length(), in ExportWebNetErrorCode()
532 napi_set_named_property(env, *exportsPointer, WEB_NET_ERROR_CODE.c_str(), webNetErrorCode); in ExportWebNetErrorCode()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h53 const std::string WEB_NET_ERROR_CODE = "WebNetErrorCode"; variable