Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp76 constexpr uint32_t MAX_INT32_LENGTH_HEX = 8; variable
678 if (data.empty() || data.size() > MAX_INT32_LENGTH_HEX) { in CheckDataLegalHex()