Home
last modified time | relevance | path

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

/ohos5.0/base/update/update_app/common/src/main/ets/util/
H A DFormatUtils.ts39 const MAX_BYTES: number = 1024 * 1024 * 1024;
43 let data: number = Math.min(bytes, MAX_BYTES);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_code_convert.cpp50 const int MAX_BYTES = 6; variable
62 if (nBytes < MIN_BYTES || nBytes > MAX_BYTES) { in IsUtf8Char()