Home
last modified time | relevance | path

Searched refs:DecodeEtwsMsg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_gsm_codec.h30 bool DecodeEtwsMsg();
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cb_test.cpp347 EXPECT_TRUE(gsmMsg->DecodeEtwsMsg());
405 EXPECT_TRUE(gsmMsg->DecodeEtwsMsg());
463 EXPECT_TRUE(gsmMsg->DecodeEtwsMsg());
521 EXPECT_FALSE(gsmMsg->DecodeEtwsMsg());
/ohos5.0/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/
H A Dsetgetcbconfig_fuzzer.cpp171 gsmCodec->DecodeEtwsMsg(); in UpdataCBMessage()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_gsm_codec.cpp256 bool GsmCbGsmCodec::DecodeEtwsMsg() in DecodeEtwsMsg() function in OHOS::Telephony::GsmCbGsmCodec
H A Dgsm_cb_codec.cpp141 return gsmCodec->DecodeEtwsMsg(); in PduAnalysis()