Searched refs:subAddress (Results 1 - 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_transport_message.cpp | 151 if (msg.subAddress.addrLen > 0) { in CdmaSmsP2pMessage() 153 std::make_unique<CdmaSmsSubaddress>(msg.subAddress, CdmaSmsParameterRecord::DEST_SUB_ADDRESS)); in CdmaSmsP2pMessage() 182 parameter_.push_back(std::make_unique<CdmaSmsSubaddress>(msg.subAddress, id)); in CdmaSmsP2pMessage() 248 if (msg.subAddress.addrLen > 0) { in CdmaSmsAckMessage() 251 std::make_unique<CdmaSmsSubaddress>(msg.subAddress, CdmaSmsParameterRecord::DEST_SUB_ADDRESS)); in CdmaSmsAckMessage() 271 parameter_.push_back(std::make_unique<CdmaSmsSubaddress>(msg.subAddress, id)); in CdmaSmsAckMessage()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 265 CdmaSmsSubAddress subAddress; member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sms_defs.h | 194 HRilCdmaSmsSubAddress subAddress; member
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 422 cdmaSmsInfo.subAddress.type = stoi(pdu.substr(index, BYTE_LEN), 0, HEXADECIMAL); in CreateCdmaMessageInfo() 423 cdmaSmsInfo.subAddress.odd = stoi(pdu.substr(index + BYTE_LEN, BYTE_LEN), 0, HEXADECIMAL); in CreateCdmaMessageInfo() 424 cdmaSmsInfo.subAddress.number = stoi(pdu.substr(index + BYTE_LEN * NUM_2, BYTE_LEN), 0, HEXADECIMAL); in CreateCdmaMessageInfo() 425 std::string subAddByte = pdu.substr(index + BYTE_LEN * NUM_3, BYTE_LEN * cdmaSmsInfo.subAddress.number); in CreateCdmaMessageInfo() 426 char *subAddressByte = reinterpret_cast<char *>(cdmaSmsInfo.subAddress.bytes); in CreateCdmaMessageInfo() 427 if (strcpy_s(subAddressByte, cdmaSmsInfo.subAddress.number + 1, subAddByte.c_str()) != EOK) { in CreateCdmaMessageInfo() 431 index += BYTE_LEN * NUM_3 + BYTE_LEN * cdmaSmsInfo.subAddress.number; in CreateCdmaMessageInfo() 462 cdmaSmsInfo.subAddress.number = stoi(pdu.substr(index - BYTE_LEN, BYTE_LEN), 0, HEXADECIMAL); in CheckCdmaPduLength() 463 index += BYTE_LEN * cdmaSmsInfo.subAddress.number + BYTE_LEN; in CheckCdmaPduLength()
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_common.h | 442 TransportSubAddr subAddress; member 454 TransportSubAddr subAddress; member
|
/base/telephony/sms_mms/test/unittest/ |
H A D | cdma_sms_test.cpp | 455 cout << " subAddress : " << endl; in PrintMsg() 456 PrintSubAddr(msg.data.p2p.subAddress); in PrintMsg() 474 cout << " subAddress : " << endl; in PrintMsg()
|
Completed in 11 milliseconds