Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp385 for (unsigned int i = 0; i < sizeof(wapContentNames) / sizeof(wapContentNames[0]); i++) { in GetContentTypeFromInt()
386 if (type == static_cast<uint8_t>(wapContentNames[i].key)) { in GetContentTypeFromInt()
387 return wapContentNames[i].value; in GetContentTypeFromInt()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_content_type.h119 static const WapKeyValue wapContentNames[] = { variable