Searched refs:msgText (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A 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()
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_message.cpp | 688 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 D | gsm_sms_message.h | 74 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_message.h | 77 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId);
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_base_message.h | 145 const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) = 0;
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_base_message.cpp | 466 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 D | zero_branch_sms_test.cpp | 344 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);
|