Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_decode.cpp221 deliver->dcs.bIndActive = false; in DecodeDeliverPartData()
223 deliver->dcs.bIndActive = true; in DecodeDeliverPartData()
322 statusRep->dcs.bIndActive = false; in DecodeStatusReportPartData()
H A Dgsm_sms_message.cpp501 bIndActive_ = smsTpdu_->data.deliver.dcs.bIndActive; in ConvertMessageDcs()
503 … bMwiSense_ = smsTpdu_->data.deliver.dcs.bIndActive; /* Indicates vmail notification set/clear */ in ConvertMessageDcs()
510 bIndActive_ = smsTpdu_->data.statusRep.dcs.bIndActive; in ConvertMessageDcs()
517 bIndActive_ = smsTpdu_->data.submit.dcs.bIndActive; in ConvertMessageDcs()
519 bMwiSense_ = smsTpdu_->data.submit.dcs.bIndActive; in ConvertMessageDcs()
H A Dgsm_sms_param_decode.cpp248 smsDcs->bIndActive = false; in DecodeDcsPdu()
378 smsDcs.bIndActive = (((dcs & HEX_VALUE_08) >> HEX_VALUE_03) == HEX_VALUE_01) ? true : false; in GetMwiType()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h129 bool bIndActive; member