Home
last modified time | relevance | path

Searched refs:OnUpdateVoiceMailMsgIndicator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_stub.h66 int32_t OnUpdateVoiceMailMsgIndicator(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp58 …[this](MessageParcel &data, MessageParcel &reply) { return OnUpdateVoiceMailMsgIndicator(data, rep… in TelephonyStateRegistryStub()
413 int32_t TelephonyStateRegistryStub::OnUpdateVoiceMailMsgIndicator(MessageParcel &data, MessageParce… in OnUpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryStub
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp421 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateVoiceMailMsgIndicator( in UpdateVoiceMailMsgIndicator()