Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A 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()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_message.cpp688 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) in DecodeMessage() argument
691 int dataLen = static_cast<int>(msgText.length()); in DecodeMessage()
693 const uint8_t *pMsgText = reinterpret_cast<const uint8_t *>(msgText.c_str()); in DecodeMessage()
695 if (msgText.empty()) { in DecodeMessage()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_message.h74 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_message.h77 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_base_message.h145 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) = 0;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp466 std::string msgText(text); in SplitMessage() local
486 … encodeLen = DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in SplitMessage()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp344 std::string msgText = ""; variable
359 msgText = "123";
373 EXPECT_TRUE(gsmSmsMessage->GetSubmitEncodeInfo(msgText, true) != nullptr);
374 msgText = "++";
375 EXPECT_TRUE(gsmSmsMessage->GetSubmitEncodeInfo(msgText, true) != nullptr);