Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_param_codec.h40 bool CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType);
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_codec.cpp86 bool GsmSmsParamCodec::CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType) in CheckVoicemail() function in OHOS::Telephony::GsmSmsParamCodec
H A Dgsm_sms_tpdu_decode.cpp217 bool voicemail = paramCodec_->CheckVoicemail(buffer, &setType, &indType); in DecodeDeliverPartData()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp258 codec->CheckVoicemail(buffer, setType, indType); in DecodePduItemsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp809 EXPECT_EQ(gsmSmsParamCodec->CheckVoicemail(*decodeBuffer, nullptr, nullptr), 0);