Searched defs:MAX_JSON_PARSE_SIZE (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/frameworks/native/http/http_client/ | ||
H A D | http_client_constant.cpp | 35 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::HttpClient::HttpConstant |
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ | ||
H A D | http_client_constant.h | 43 static const size_t MAX_JSON_PARSE_SIZE; member in OHOS::NetStack::HttpClient::final |
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/ | ||
H A D | constant.cpp | 33 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::Http::HttpConstant |
/foundation/communication/netstack/frameworks/cj/http/include/ | ||
H A D | constant.h | 29 constexpr const size_t MAX_JSON_PARSE_SIZE = 65536; member |
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ | ||
H A D | constant.h | 136 static const size_t MAX_JSON_PARSE_SIZE; member in OHOS::NetStack::Http::final |
Completed in 3 milliseconds