Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp73 constexpr uint32_t MAX_INT32_LENGTH = 11; // -2147483648 ~ 2147483647 variable
700 if (data.empty() || data.size() > MAX_INT32_LENGTH) { in CheckDataLegal()