Searched refs:P2P (Results 1 – 9 of 9) sorted by relevance
74 if (type_ != P2P && type_ != BROADCAST && type_ != ACK) { in Decode()98 if (msg.type == CdmaTransportMsgType::P2P) { in CreateTransportMessage()123 if (type == P2P) { in CreateTransportMessage()124 msg.type = CdmaTransportMsgType::P2P; in CreateTransportMessage()141 type_ = P2P; in CdmaSmsP2pMessage()170 type_ = P2P; in CdmaSmsP2pMessage()
108 transMsg->type = CdmaTransportMsgType::P2P; in GreateTransMsg()197 case CdmaTransportMsgType::P2P: in PduAnalysis()477 if ((transMsg_ == nullptr) || (transMsg_->type != CdmaTransportMsgType::P2P)) { in GetTransTeleService()506 if (transMsg_->type == CdmaTransportMsgType::P2P) { in IsWapPushMsg()
40 enum MessageType : uint8_t { P2P = 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED }; enumerator
27 enum class CdmaTransportMsgType : uint8_t { P2P = 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED }; enumerator
19 …vice group management, device group authentication, and account-irrelevant P2P device authenticati…30 - Account-irrelevant P2P device authentication: allows two devices to establish a trust relations…45 …├── module # Authenticator module (including the account-irrelevant P2P device a…
449 if (msg.type == CdmaTransportMsgType::P2P) { in PrintMsg()610 msg.type = CdmaTransportMsgType::P2P; in TestEncodeCancelMsg()637 msg.type = CdmaTransportMsgType::P2P; in TestEncodeDeliverReportMsg()
83 cdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::P2P;510 ss << static_cast<uint8_t>(CdmaTransportMsgType::P2P);598 ss << static_cast<uint8_t>(CdmaTransportMsgType::P2P);605 msg.type = CdmaTransportMsgType::P2P;
406 msg.type = CdmaTransportMsgType::P2P; in TransportMessageEncode()
600 ss1 << static_cast<uint8_t>(CdmaTransportMsgType::P2P); in TransportMessageDecode()