Searched refs:p2pMsg (Results 1 – 4 of 4) sorted by relevance
212 void CdmaSmsMessage::AnalysisP2pMsg(const CdmaP2PMsg &p2pMsg) in AnalysisP2pMsg() argument214 if (p2pMsg.teleserviceId == static_cast<uint16_t>(SmsTransTelsvcId::RESERVED)) { in AnalysisP2pMsg()225 …if (memcpy_s(address_.get(), sizeof(TransportAddr), &p2pMsg.address, sizeof(TransportAddr)) != EOK… in AnalysisP2pMsg()231 switch (p2pMsg.telesvcMsg.type) { in AnalysisP2pMsg()233 AnalsisDeliverMwi(p2pMsg); in AnalysisP2pMsg()234 AnalsisDeliverMsg(p2pMsg.telesvcMsg.data.deliver); in AnalysisP2pMsg()237 AnalsisDeliverAck(p2pMsg.telesvcMsg.data.deliveryAck); in AnalysisP2pMsg()243 AnalsisSubmitReport(p2pMsg.telesvcMsg.data.report); in AnalysisP2pMsg()246 AnalsisSubmitMsg(p2pMsg.telesvcMsg.data.submit); in AnalysisP2pMsg()249 …TELEPHONY_LOGI("AnalysisP2pMsg unkown type =%{public}d", static_cast<int>(p2pMsg.telesvcMsg.type)); in AnalysisP2pMsg()[all …]
59 CdmaP2PMsg p2pMsg; variable60 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVER;61 cdmaSmsMessage->AnalysisP2pMsg(p2pMsg);62 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK;63 cdmaSmsMessage->AnalysisP2pMsg(p2pMsg);64 p2pMsg.telesvcMsg.type = TeleserviceMsgType::USER_ACK;65 cdmaSmsMessage->AnalysisP2pMsg(p2pMsg);66 p2pMsg.telesvcMsg.type = TeleserviceMsgType::READ_ACK;67 cdmaSmsMessage->AnalysisP2pMsg(p2pMsg);68 p2pMsg.telesvcMsg.type = TeleserviceMsgType::SUBMIT_REPORT;[all …]
120 CdmaP2PMsg p2pMsg; variable121 cdmaSmsMessage.AnalysisP2pMsg(p2pMsg);122 cdmaSmsMessage.AnalsisDeliverMwi(p2pMsg);
65 void AnalysisP2pMsg(const CdmaP2PMsg &p2pMsg);68 void AnalsisDeliverMwi(const CdmaP2PMsg &p2pMsg);