Home
last modified time | relevance | path

Searched defs:HTTP_RESPONSE_CODE_INVALID (Results 1 – 2 of 2) 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