Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/common/native/src/plugin_utils/
Dmessage_parcel_utils.cpp204 constexpr int MAX_LIMIT_SIZE = 1024; in ReadIpAddress() local
208 if (size > MAX_LIMIT_SIZE) { in ReadIpAddress()