Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp75 constexpr uint32_t MAX_INT32_LENGTH_BIN = 32; variable
656 if (data.empty() || data.size() > MAX_INT32_LENGTH_BIN) { in CheckDataLegalBin()