Searched refs:GetEncodePdu (Results 1 – 4 of 4) sorted by relevance
203 smsData.pdu = StringUtils::StringToHex(smsIndexer->GetEncodePdu()); in SendSmsToRil()230 TELEPHONY_LOGI("SendSmsMoreMode pdu len = %{public}zu", smsIndexer->GetEncodePdu().size()); in SendCsSms()234 TELEPHONY_LOGI("SendSms pdu len = %{public}zu", smsIndexer->GetEncodePdu().size()); in SendCsSms()249 …TELEPHONY_LOGI("satellite SendSmsMoreMode pdu len = %{public}zu", smsIndexer->GetEncodePdu().size(… in SendSatelliteSms()252 … TELEPHONY_LOGI("satellite SendSms pdu len = %{public}zu", smsIndexer->GetEncodePdu().size()); in SendSatelliteSms()
79 const std::vector<uint8_t>& GetEncodePdu() const;
67 const std::vector<uint8_t>& SmsSendIndexer::GetEncodePdu() const in GetEncodePdu() function in OHOS::Telephony::SmsSendIndexer
477 std::string pdu = StringUtils::StringToHex(smsIndexer->GetEncodePdu()); in SendSmsToRil()