Home
last modified time | relevance | path

Searched defs:dataPdu (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_receive_manager.cpp44 std::string dataPdu; in DownloadMms() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_umts_codec.cpp162 std::vector<unsigned char> dataPdu; in Decode3g7Bit() local
204 std::vector<unsigned char> dataPdu; in Decode3gUCS2() local
H A Dgsm_cb_gsm_codec.cpp230 std::vector<uint8_t> dataPdu; in Decode2gCbMsg7bit() local
H A Dgsm_cb_codec.cpp171 void GsmCbCodec::GetPduData(std::vector<unsigned char> &dataPdu) in GetPduData()