Searched refs:codingGroup (Results 1 – 6 of 6) sorted by relevance
206 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()
204 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()
555 pStatusRep->dcs.codingGroup = SMS_GENERAL_GROUP; in DecodeStatusReport()
483 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() local557 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()
134 enum SmsCodingGroup codingGroup; member
202 unsigned char codingGroup; /** Coding group, GSM 03.38 */ member