Home
last modified time | relevance | path

Searched defs:voiceMailMsgResult (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp107 void MediaTelephonyListener::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h89 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
H A Dstate_registry_test.cpp240 bool voiceMailMsgResult = true; in UpdateVoiceMailMsgIndicator() local
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h89 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp137 void NapiTelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp179 … TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()
H A Dtelephony_state_registry_proxy.cpp386 …t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp46 void TelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) {} in OnVoiceMailMsgIndicatorUpdated()
172 bool voiceMailMsgResult = data.ReadBool(); in OnVoiceMailMsgIndicatorUpdatedInner() local
H A Dtelephony_observer_proxy.cpp246 void TelephonyObserverProxy::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp415 bool voiceMailMsgResult = static_cast<bool>(size % BOOL_NUM); in UpdateVoiceMailMsgIndicator() local
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp416 bool voiceMailMsgResult = data.ReadBool(); in OnUpdateVoiceMailMsgIndicator() local
H A Dtelephony_state_registry_service.cpp400 …TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()