Searched refs:msgText (Results 1 – 7 of 7) sorted by relevance
| /base/telephony/sms_mms/services/sms/include/gsm/ |
| D | gsm_sms_message.h | 91 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
| /base/telephony/sms_mms/services/sms/include/cdma/ |
| D | cdma_sms_message.h | 77 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_message.cpp | 533 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/ |
| D | sms_base_message.h | 143 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) = 0;
|
| /base/telephony/sms_mms/services/sms/gsm/ |
| D | gsm_sms_message.cpp | 674 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument 677 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage() 679 const uint8_t *pMsgText = reinterpret_cast<const uint8_t *>(msgText.c_str()); in DecodeMessage() 681 if (msgText.empty()) { in DecodeMessage()
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_base_message.cpp | 400 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/ |
| D | zero_branch_sms_test.cpp | 217 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);
|