Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/include/gsm/
Dgsm_sms_message.h91 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_message.h77 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_message.cpp533 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument
536 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage()
538 const unsigned char *pMsgText = reinterpret_cast<const unsigned char *>(msgText.c_str()); in DecodeMessage()
540 if (msgText.empty()) { in DecodeMessage()
/base/telephony/sms_mms/services/sms/include/
Dsms_base_message.h143 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) = 0;
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_message.cpp685 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument
688 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage()
690 const uint8_t *pMsgText = reinterpret_cast<const uint8_t *>(msgText.c_str()); in DecodeMessage()
692 if (msgText.empty()) { in DecodeMessage()
/base/telephony/sms_mms/services/sms/
Dsms_base_message.cpp400 std::string msgText(text); in SplitMessage() local
411 … encodeLen = DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in SplitMessage()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp217 std::string msgText = ""; variable
232 msgText = "123";
246 EXPECT_TRUE(gsmSmsMessage->GetSubmitEncodeInfo(msgText, true) != nullptr);
247 msgText = "++";
248 EXPECT_TRUE(gsmSmsMessage->GetSubmitEncodeInfo(msgText, true) != nullptr);