Home
last modified time | relevance | path

Searched refs:MAX_DATA_LIMIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h44 static const size_t MAX_DATA_LIMIT; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp36 const size_t HttpConstant::MAX_DATA_LIMIT = 100 * 1024 * 1024; member in OHOS::NetStack::HttpClient::HttpConstant
H A Dhttp_client_task.cpp50 static const size_t MAX_LIMIT = HttpConstant::MAX_DATA_LIMIT;
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientTaskTest.cpp586 size_t size = HttpConstant::MAX_DATA_LIMIT + 1;