Home
last modified time | relevance | path

Searched refs:SmsIndicatorType (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/sms/include/gsm/
Dgsm_sms_param_decode.h35 enum SmsIndicatorType GetMsgIndicatorType(const uint8_t dcs);
Dgsm_pdu_code_type.h130 enum SmsIndicatorType indType;
/base/telephony/sms_mms/services/sms/include/
Dsms_pdu_code_type.h40 enum SmsIndicatorType { enum
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_param_decode.cpp353 enum SmsIndicatorType GsmSmsParamDecode::GetMsgIndicatorType(const uint8_t dcs) in GetMsgIndicatorType()
355 return (enum SmsIndicatorType)(dcs & HEX_VALUE_03); in GetMsgIndicatorType()