Home
last modified time | relevance | path

Searched refs:MAX_EXCLUSION_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp25 static const size_t MAX_EXCLUSION_SIZE = 500; member
40 if (exclusionList_.size() >= MAX_EXCLUSION_SIZE) { in HttpProxy()
95 if (!parcel.WriteUint32(static_cast<uint32_t>(std::min(MAX_EXCLUSION_SIZE, exclusionList_.size())))) { in Marshalling()
105 if (size >= MAX_EXCLUSION_SIZE) { in Marshalling()
140 if (size > static_cast<uint32_t>(MAX_EXCLUSION_SIZE)) { in Unmarshalling()
141 size = MAX_EXCLUSION_SIZE; in Unmarshalling()

Completed in 1 milliseconds