Searched refs:BROADCAST (Results 1 – 9 of 9) sorted by relevance
74 if (type_ != P2P && type_ != BROADCAST && type_ != ACK) { in Decode()100 } else if (msg.type == CdmaTransportMsgType::BROADCAST) { in CreateTransportMessage()126 } else if (type == BROADCAST) { in CreateTransportMessage()127 msg.type = CdmaTransportMsgType::BROADCAST; in CreateTransportMessage()199 type_ = BROADCAST; in CdmaSmsBroadcastMessage()213 type_ = BROADCAST; in CdmaSmsBroadcastMessage()
185 if (transMsg_->type == CdmaTransportMsgType::BROADCAST) { in PduAnalysis()200 case CdmaTransportMsgType::BROADCAST: in PduAnalysis()529 return GetTransMsgType() == CdmaTransportMsgType::BROADCAST; in IsBroadcastMsg()
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
415 msg.type = CdmaTransportMsgType::BROADCAST; in TransportMessageEncode()
249 ss << static_cast<uint8_t>(CdmaTransportMsgType::BROADCAST);
81 cdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::BROADCAST;
613 ss2 << static_cast<uint8_t>(CdmaTransportMsgType::BROADCAST); in TransportMessageDecode()
460 } else if (msg.type == CdmaTransportMsgType::BROADCAST) { in PrintMsg()