Home
last modified time | relevance | path

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

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
Dhttp_client_constant.h42 static const size_t MAX_JSON_PARSE_SIZE; variable
/foundation/communication/netstack/frameworks/native/http/http_client/
Dhttp_client_constant.cpp33 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::HttpClient::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
Dconstant.cpp31 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
Dconstant.h131 static const size_t MAX_JSON_PARSE_SIZE; variable