Searched refs:GetHeaderOctetValue (Results 1 – 5 of 5) sorted by relevance
709 std::string deliverReport = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_DELIVERY_REPORT)); in MmsSendReqDecodeTest()710 … std::string sendVisbility = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_SENDER_VISIBILITY)); in MmsSendReqDecodeTest()711 std::string readResport = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_READ_REPORT)); in MmsSendReqDecodeTest()712 std::string messageClass = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_MESSAGE_CLASS)); in MmsSendReqDecodeTest()713 std::string priority = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_PRIORITY)); in MmsSendReqDecodeTest()748 std::string responseStatus = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_RESPONSE_STATUS)); in MmsSendConfDecodeTest()771 std::string status = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_STATUS)); in MmsNotifyRespIndDecodeTest()834 std::string status = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_STATUS)); in MmsDeliveryIndDecodeTest()853 std::string status = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_STATUS)); in MmsReadRecIndDecodeTest()872 std::string readStatus = std::to_string(decodeMsg.GetHeaderOctetValue(MMS_READ_STATUS)); in MmsReadOrigIndDecodeTest()
163 asyncContext.messageClass = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_MESSAGE_CLASS); in GetMmsSendReq()165 asyncContext.priority = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_PRIORITY); in GetMmsSendReq()168 asyncContext.readReport = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_READ_REPORT); in GetMmsSendReq()177 asyncContext.messageClass = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_MESSAGE_CLASS); in GetMmsNotificationInd()185 asyncContext.contentClass = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_CONTENT_CLASS); in GetMmsNotificationInd()192 asyncContext.status = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_STATUS); in GetMmsRespInd()209 asyncContext.priority = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_PRIORITY); in GetMmsRetrieveConf()211 asyncContext.readReport = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_READ_REPORT); in GetMmsRetrieveConf()237 asyncContext.status = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_STATUS); in GetMmsDeliveryInd()251 asyncContext.readStatus = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_READ_STATUS); in GetMmsReadOrigInd()[all …]
98 return GetHeaderOctetValue(MMS_MESSAGE_TYPE); in GetMmsMessageType()173 uint8_t MmsMsg::GetHeaderOctetValue(uint8_t fieldId) in GetHeaderOctetValue() function in OHOS::Telephony::MmsMsg
154 uint8_t GetHeaderOctetValue(uint8_t fieldId);
1061 mmsMsg.GetHeaderOctetValue(0);