Searched refs:bAbnormal (Results 1 - 7 of 7) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_base_message.cpp | 474 bool bAbnormal = false; in SplitMessage() local 486 encodeLen = DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in SplitMessage() 539 bool bAbnormal = false; in GetSmsSegmentsInfo() local 542 encodeLen = DecodeMessage(decodeData, sizeof(decodeData), codingType, message, bAbnormal, langId); in GetSmsSegmentsInfo()
|
/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);
|
/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);
|
/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;
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_part_test.cpp | 806 bool bAbnormal = false; in HWTEST_F() local 810 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 814 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 818 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 822 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 827 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 831 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F() 835 encodeLen = gsmSmsMessage->DecodeMessage(decodeData, sizeof(decodeData), codingType, msgText, bAbnormal, langId); in HWTEST_F()
|
/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() 532 DecodeMessage(uint8_t *decodeData, unsigned int len, DataCodingScheme &codingType, const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) DecodeMessage() argument
|
/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() 687 DecodeMessage(uint8_t *decodeData, unsigned int len, DataCodingScheme &codingType, const std::string &msgText, bool &bAbnormal, MSG_LANGUAGE_ID_T &langId) DecodeMessage() argument
|
Completed in 7 milliseconds