Home
last modified time | relevance | path

Searched refs:P2P (Results 1 – 9 of 9) sorted by relevance

/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_transport_message.cpp74 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()
Dcdma_sms_message.cpp108 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()
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_transport_message.h40 enum MessageType : uint8_t { P2P = 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED }; enumerator
Dcdma_sms_common.h27 enum class CdmaTransportMsgType : uint8_t { P2P = 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED }; enumerator
/base/security/device_auth/
DREADME.md19 …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…
/base/telephony/sms_mms/test/unittest/
Dcdma_sms_test.cpp449 if (msg.type == CdmaTransportMsgType::P2P) { in PrintMsg()
610 msg.type = CdmaTransportMsgType::P2P; in TestEncodeCancelMsg()
637 msg.type = CdmaTransportMsgType::P2P; in TestEncodeDeliverReportMsg()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cdma_sms_test.cpp83 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;
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
Dcdmasmsencode_fuzzer.cpp406 msg.type = CdmaTransportMsgType::P2P; in TransportMessageEncode()
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
Dcdmasmsdecode_fuzzer.cpp600 ss1 << static_cast<uint8_t>(CdmaTransportMsgType::P2P); in TransportMessageDecode()