Home
last modified time | relevance | path

Searched refs:GetMsgIndicatorType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_param_decode.h35 enum SmsIndicatorType GetMsgIndicatorType(const uint8_t dcs);
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp368 enum SmsIndicatorType GsmSmsParamDecode::GetMsgIndicatorType(const uint8_t dcs) in GetMsgIndicatorType() function in OHOS::Telephony::GsmSmsParamDecode
379 smsDcs.indType = GetMsgIndicatorType(dcs & HEX_VALUE_03); in GetMwiType()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1889 enum SmsIndicatorType ret = gsmSmsParamDecode->GetMsgIndicatorType(bcdLen);