Home
last modified time | relevance | path

Searched refs:HTTP_COULDNT_RESOLVE_HOST (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_error.cpp33 {HTTP_COULDNT_RESOLVE_HOST, "Couldn't resolve host name"},
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_error.h35 HTTP_COULDNT_RESOLVE_HOST = HTTP_ERROR_CODE_BASE + CURLE_COULDNT_RESOLVE_HOST, enumerator
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h69 HTTP_COULDNT_RESOLVE_HOST = HTTP_ERROR_CODE_BASE + CURLE_COULDNT_RESOLVE_HOST, enumerator
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h159 HTTP_COULDNT_RESOLVE_HOST = HTTP_ERROR_CODE_BASE + CURLE_COULDNT_RESOLVE_HOST, member in OHOS::NetStack::Http::HttpErrorCode
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp36 {static_cast<int32_t>(HttpErrorCode::HTTP_COULDNT_RESOLVE_HOST), "Couldn't resolve host name."},
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp51 {HTTP_COULDNT_RESOLVE_HOST, "Couldn't resolve host name"},

Completed in 6 milliseconds