Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h26 static const int HTTP_RESPONSE_CODE_INVALID; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp21 const int HttpConstant::HTTP_RESPONSE_CODE_INVALID = -1; member in OHOS::ACELite::HttpConstant
H A Dresponse_data.cpp26 code = HttpConstant::HTTP_RESPONSE_CODE_INVALID; in ResponseData()