Searched refs:msgText (Results 1 – 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/include/gsm/ |
D | gsm_sms_message.h | 94 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
/base/telephony/sms_mms/services/cdma/ |
D | cdma_sms_message.cpp | 544 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument 547 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage() 549 const unsigned char *pMsgText = reinterpret_cast<const unsigned char *>(msgText.c_str()); in DecodeMessage() 556 if (msgText.empty()) { in DecodeMessage()
|
/base/telephony/sms_mms/services/include/cdma/ |
D | cdma_sms_message.h | 81 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
/base/telephony/sms_mms/services/include/ |
D | sms_base_message.h | 144 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) = 0;
|
/base/telephony/sms_mms/services/gsm/ |
D | gsm_sms_message.cpp | 659 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument 662 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage() 664 const unsigned char *pMsgText = reinterpret_cast<const unsigned char *>(msgText.c_str()); in DecodeMessage() 671 if (msgText.empty()) { in DecodeMessage()
|
/base/telephony/sms_mms/services/ |
D | sms_base_message.cpp | 395 std::string msgText(text); in SplitMessage() local 406 … encodeLen = DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in SplitMessage()
|