Home
last modified time | relevance | path

Searched defs:MAX_JSON_PARSE_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h43 static const size_t MAX_JSON_PARSE_SIZE; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp35 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::HttpClient::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp33 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h29 constexpr const size_t MAX_JSON_PARSE_SIZE = 65536; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h136 static const size_t MAX_JSON_PARSE_SIZE; variable