Searched refs:CheckVoicemail (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_param_codec.h | 40 bool CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType);
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_param_codec.cpp | 86 bool GsmSmsParamCodec::CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType) in CheckVoicemail() function in OHOS::Telephony::GsmSmsParamCodec
|
H A D | gsm_sms_tpdu_decode.cpp | 217 bool voicemail = paramCodec_->CheckVoicemail(buffer, &setType, &indType); in DecodeDeliverPartData()
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/ |
H A D | gsmsmsparamcodec_fuzzer.cpp | 258 codec->CheckVoicemail(buffer, setType, indType); in DecodePduItemsTest()
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 809 EXPECT_EQ(gsmSmsParamCodec->CheckVoicemail(*decodeBuffer, nullptr, nullptr), 0);
|