Home
last modified time | relevance | path

Searched refs:strCharSet (Results 1 - 6 of 6) sorted by relevance

/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() argument
62 auto iterMap = mapCharSet_.find(strCharSet); in GetCharSetIntFromString()
70 bool MmsCharSet::GetCharSetStrFromInt(std::string &strCharSet, uint32_t charSet) in GetCharSetStrFromInt() argument
74 strCharSet = it->first; in GetCharSetStrFromInt()
/base/telephony/sms_mms/frameworks/native/mms/include/utils/
H A Dmms_charset.h32 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
33 bool GetCharSetStrFromInt(std::string &strCharSet, uint32_t charSet);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp373 bool SmsWapPushContentType::GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet) in GetCharSetIntFromString() argument
375 auto iterMap = mapCharSet_.find(strCharSet); in GetCharSetIntFromString()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_content_type.h258 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp1011 std::string strCharSet = "US-ASCII"; in HWTEST_F() local
1012 mmsCharSet.GetCharSetStrFromInt(strCharSet, charSet); in HWTEST_F()
1013 bool ret = mmsCharSet.GetCharSetIntFromString(charSet, strCharSet); in HWTEST_F()
H A Dzero_branch_mms_test.cpp619 string strCharSet = "US-ASCII"; in HWTEST_F() local
647 EXPECT_TRUE(smsWapPushContentType->GetCharSetIntFromString(charSet, strCharSet)); in HWTEST_F()

Completed in 6 milliseconds