Home
last modified time | relevance | path

Searched refs:dataPdu (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_umts_codec.cpp162 std::vector<unsigned char> dataPdu; in Decode3g7Bit() local
163 cbCodec_->GetPduData(dataPdu); in Decode3g7Bit()
164 if (dataPdu.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) { in Decode3g7Bit()
170 const uint8_t *tpdu = dataPdu.data(); in Decode3g7Bit()
204 std::vector<unsigned char> dataPdu; in Decode3gUCS2() local
205 cbCodec_->GetPduData(dataPdu); in Decode3gUCS2()
206 if (dataPdu.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) { in Decode3gUCS2()
212 uint8_t *tpdu = dataPdu.data(); in Decode3gUCS2()
213 uint16_t tpduLen = dataPdu.size(); in Decode3gUCS2()
H A Dgsm_cb_gsm_codec.cpp230 std::vector<uint8_t> dataPdu; in Decode2gCbMsg7bit() local
231 cbCodec_->GetPduData(dataPdu); in Decode2gCbMsg7bit()
233 if (dataPdu.size() == 0) { in Decode2gCbMsg7bit()
238dataPdu.data(), dataLen, 0x00, pageData, MAX_PAGE_PDU_LEN * SMS_BYTE_BIT / GSM_CODE_BIT + 1); in Decode2gCbMsg7bit()
H A Dgsm_cb_codec.cpp171 void GsmCbCodec::GetPduData(std::vector<unsigned char> &dataPdu) in GetPduData() argument
184 dataPdu.push_back(oneByte); in GetPduData()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_receive_manager.cpp44 std::string dataPdu; in DownloadMms() local
46 StringUtils::ToUtf8(mmsc), dataPdu, StringUtils::ToUtf8(ua), StringUtils::ToUtf8(uaprof)); in DownloadMms()
48 data = StringUtils::ToUtf16(dataPdu); in DownloadMms()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h258 void GetPduData(std::vector<uint8_t> &dataPdu);