Searched refs:CMAS_TEST (Results 1 – 9 of 9) sorted by relevance
252 ss << static_cast<uint8_t>(static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST) >> 8);253 ss << static_cast<uint8_t>(static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST) & 0xff);265 EXPECT_EQ(msg.data.broadcast.serviceCtg, static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST));
299 …ECT_EQ(smsCbMessage->CMASClass(GsmCbCodec::MONTHLY_ALERT), GsmCbCodec::GSMCbMsgSubType::CMAS_TEST);300 …msCbMessage->CMASClass(GsmCbCodec::MONTHLY_ALERT_SPANISH), GsmCbCodec::GSMCbMsgSubType::CMAS_TEST);
717 auto testValue = static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST);
123 CMAS_TEST, enumerator
228 msg.serviceCtg <= static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST)) { in CdmaSmsBroadcastMessage()
404 (cbMsg.serviceCtg <= static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST))) { in AnalysisCbMsg()
207 CMAS_TEST = 0x1004, enumerator
262 ret = CMAS_TEST; in CMASClass()
465 msg.data.broadcast.serviceCtg <= static_cast<uint16_t>(SmsServiceCtg::CMAS_TEST)) { in PrintMsg()