Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/utils/
H A Dmms_charset.h32 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp311 if (!GetCharSetIntFromString(tmpCharSet, sCharset)) { in DecodeCharsetField()
373 bool SmsWapPushContentType::GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSe… in GetCharSetIntFromString() function in OHOS::Telephony::SmsWapPushContentType
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_charset.cpp60 bool MmsCharSet::GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet) in GetCharSetIntFromString() function in OHOS::Telephony::MmsCharSet
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_content_type.h258 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp323 …if (charSetInstance == nullptr || (!charSetInstance->GetCharSetIntFromString(tmpCharSet, sCharset)… in DecodeCharsetField()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp1019 bool ret = mmsCharSet.GetCharSetIntFromString(charSet, strCharSet);
H A Dzero_branch_mms_test.cpp653 EXPECT_TRUE(smsWapPushContentType->GetCharSetIntFromString(charSet, strCharSet));