Home
last modified time | relevance | path

Searched refs:codingGroup (Results 1 – 6 of 6) sorted by relevance

/base/telephony/sms_mms/services/gsm/
Dgsm_sms_param_codec.cpp206 switch (pDCS->codingGroup) { in EncodeDCS()
409 pDCS->codingGroup = SMS_GENERAL_GROUP; in DecodeDCS()
419 pDCS->codingGroup = SMS_CODING_CLASS_GROUP; in DecodeDCS()
424 pDCS->codingGroup = SMS_DELETION_GROUP; in DecodeDCS()
428 pDCS->codingGroup = SMS_DISCARD_GROUP; in DecodeDCS()
431 pDCS->codingGroup = SMS_STORE_GROUP; in DecodeDCS()
435 pDCS->codingGroup = SMS_STORE_GROUP; in DecodeDCS()
439 pDCS->codingGroup = SMS_UNKNOWN_GROUP; in DecodeDCS()
Dgsm_sms_message.cpp204 smsTpdu_->data.submit.dcs.codingGroup = SMS_GENERAL_GROUP; in CreateDefaultSubmit()
488 codingGroup_ = smsTpdu_->data.deliver.dcs.codingGroup; in ConvertMessageDcs()
497 codingGroup_ = smsTpdu_->data.statusRep.dcs.codingGroup; in ConvertMessageDcs()
504 codingGroup_ = smsTpdu_->data.submit.dcs.codingGroup; in ConvertMessageDcs()
Dgsm_sms_tpdu_codec.cpp555 pStatusRep->dcs.codingGroup = SMS_GENERAL_GROUP; in DecodeStatusReport()
/base/telephony/sms_mms/services/
Dsms_cb_message.cpp483 pDcs.codingGroup = SMS_CBMSG_CODGRP_GENERAL_DCS; in DecodeIos639Dcs()
516 pDcs.codingGroup = SMS_CBMSG_CODGRP_GENERAL_DCS; in DecodeGeneralDcs()
548 pDcs.codingGroup = SMS_CBMSG_CODGRP_GENERAL_DCS; in DecodeCbMsgDCS()
556 unsigned char codingGroup = (dcsData & 0xF0) >> 0x04; in DecodeCbMsgDCS() local
557 switch (codingGroup) { in DecodeCbMsgDCS()
561 pDcs.codingGroup = SMS_CBMSG_CODGRP_GENERAL_DCS; in DecodeCbMsgDCS()
579 pDcs.codingGroup = SMS_CBMSG_CODGRP_WAP; in DecodeCbMsgDCS()
582 pDcs.codingGroup = SMS_CBMSG_CODGRP_CLASS_CODING; in DecodeCbMsgDCS()
587 TELEPHONY_LOGE("codingGrp: [0x%{public}x]", codingGroup); in DecodeCbMsgDCS()
/base/telephony/sms_mms/services/include/gsm/
Dgsm_pdu_code_type.h134 enum SmsCodingGroup codingGroup; member
/base/telephony/sms_mms/services/include/
Dsms_cb_message.h202 unsigned char codingGroup; /** Coding group, GSM 03.38 */ member