Home
last modified time | relevance | path

Searched refs:voiceMailMsgResult (Results 1 – 22 of 22) sorted by relevance

/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() argument
140 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
142 std::make_unique<VoiceMailMsgIndicatorUpdate>(slotId, 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() argument
93 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
H A Dstate_registry_test.cpp240 bool voiceMailMsgResult = true; in UpdateVoiceMailMsgIndicator() local
242 slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
/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() argument
93 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h87 VoiceMailMsgIndicatorUpdate(int32_t slotId, bool voiceMailMsgResult) in VoiceMailMsgIndicatorUpdate()
88 : UpdateInfo(slotId), voiceMailMsgResult_(voiceMailMsgResult) {} in VoiceMailMsgIndicatorUpdate()
H A Dnapi_telephony_observer.h38 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
/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() argument
110 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
H A Dmedia_telephony_listener.h47 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
/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() argument
186 return proxy->UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
H A Dtelephony_state_registry_proxy.cpp386 …t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument
397 if (!in.WriteBool(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() argument
172 bool voiceMailMsgResult = data.ReadBool(); in OnVoiceMailMsgIndicatorUpdatedInner() local
173 OnVoiceMailMsgIndicatorUpdated(slotId, voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdatedInner()
H A Dtelephony_observer_proxy.cpp246 void TelephonyObserverProxy::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument
257 dataParcel.WriteBool(voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h45 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h59 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) = 0;
H A Di_telephony_state_notify.h120 virtual int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) = 0;
H A Dtelephony_state_registry_proxy.h51 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
H A Dtelephony_state_registry_client.h115 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult);
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h118 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h58 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
/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
418 dataMessageParcel.WriteBool(voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp416 bool voiceMailMsgResult = data.ReadBool(); in OnUpdateVoiceMailMsgIndicator() local
417 int32_t ret = UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in OnUpdateVoiceMailMsgIndicator()
H A Dtelephony_state_registry_service.cpp400 …TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument
411 voiceMailMsgResult_[slotId] = voiceMailMsgResult; in UpdateVoiceMailMsgIndicator()
417 record.telephonyObserver_->OnVoiceMailMsgIndicatorUpdated(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()