Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp74 constexpr uint32_t MAX_INT64_LENGTH = 20; // -9223372036854775808 ~ 9223372036854775807 variable
742 if (data.empty() || data.size() > MAX_INT64_LENGTH) { in CheckDataTolonglong()