Home
last modified time | relevance | path

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

/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h74 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
Dstate_registry_test.cpp228 bool voiceMailMsgResult = true; in UpdateVoiceMailMsgIndicator() local
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp138 void NapiTelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp46 void TelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) {} in OnVoiceMailMsgIndicatorUpdated()
172 bool voiceMailMsgResult = data.ReadBool(); in OnVoiceMailMsgIndicatorUpdatedInner() local
Dtelephony_observer_proxy.cpp246 void TelephonyObserverProxy::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp179 … TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()
Dtelephony_state_registry_proxy.cpp382 …t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp371 bool voiceMailMsgResult = static_cast<bool>(size % BOOL_NUM); in UpdateVoiceMailMsgIndicator() local
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp322 bool voiceMailMsgResult = data.ReadBool(); in OnUpdateVoiceMailMsgIndicator() local
Dtelephony_state_registry_service.cpp352 …TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator()