Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/mms/include/
Dmms_network_client.h68 static constexpr int32_t MAX_MMSC_PROXY_SIZE = 50; variable
71 char proxyChar_[MAX_MMSC_PROXY_SIZE];
/base/telephony/sms_mms/services/mms/
Dmms_network_client.cpp420 if (proxy.empty() || static_cast<int32_t>(proxy.length()) > MAX_MMSC_PROXY_SIZE) { in SetCurlOptCommon()
423 if (memset_s(proxyChar_, MAX_MMSC_PROXY_SIZE, 0x00, MAX_MMSC_PROXY_SIZE) != EOK) { in SetCurlOptCommon()