Home
last modified time | relevance | path

Searched refs:alert (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h263 bool IsEtwsEmergencyUserAlert(bool &alert) const;
264 bool IsEtwsPopupAlert(bool &alert) const;
/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp538 bool GsmCbCodec::IsEtwsEmergencyUserAlert(bool &alert) const in IsEtwsEmergencyUserAlert()
545 alert = ((serial & EMERGENCY_USER_ALERT) != 0); in IsEtwsEmergencyUserAlert()
549 bool GsmCbCodec::IsEtwsPopupAlert(bool &alert) const in IsEtwsPopupAlert()
556 alert = ((serial & ETWS_POPUP) != 0); in IsEtwsPopupAlert()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cb_test.cpp799 bool alert = true; in HWTEST_F() local
800 bool ret = cbMsg->IsEtwsEmergencyUserAlert(alert); in HWTEST_F()
803 ret = cbMsg->IsEtwsPopupAlert(alert); in HWTEST_F()

Completed in 6 milliseconds