Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp51 constexpr static const uint32_t SEND_CONF_MAX_SIZE = 500; variable
199 if (length > SEND_CONF_MAX_SIZE || length == 0) { in CheckSendConf()