Home
last modified time | relevance | path

Searched refs:GetLangType (Results 1 - 8 of 8) sorted by relevance

/base/telephony/sms_mms/utils/
H A Dtext_coder.h52 uint8_t GetLangType(const uint8_t *src, int srcLength);
H A Dtext_coder.cpp529 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit()
668 uint8_t TextCoder::GetLangType(const uint8_t *src, int srcLength) in GetLangType() function in OHOS::Telephony::TextCoder
/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h254 bool GetLangType(uint8_t &lan) const;
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_utils_test.cpp98 EXPECT_EQ(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR); in HWTEST_F()
99 EXPECT_GE(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR); in HWTEST_F()
H A Dzero_branch_cb_test.cpp88 EXPECT_TRUE(cbCodec->GetLangType(gs)); in HWTEST_F()
850 ret = cbMsg->GetLangType(msgType); in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp242 m_pGsmCbCodec->GetLangType(lan); in TestGetSomething()
260 m_pGsmCbCodec->GetLangType(lan); in TestGetSomething()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp367 cbMessage->GetLangType(sendData.langType); in GetCbData()
/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp708 bool GsmCbCodec::GetLangType(uint8_t &lan) const in GetLangType() function in OHOS::Telephony::GsmCbCodec

Completed in 9 milliseconds