/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 137 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 D | state_registry_observer.h | 89 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument 93 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
|
H A D | state_registry_test.cpp | 240 bool voiceMailMsgResult = true; in UpdateVoiceMailMsgIndicator() local 242 slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 89 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 D | update_infos.h | 87 VoiceMailMsgIndicatorUpdate(int32_t slotId, bool voiceMailMsgResult) in VoiceMailMsgIndicatorUpdate() 88 : UpdateInfo(slotId), voiceMailMsgResult_(voiceMailMsgResult) {} in VoiceMailMsgIndicatorUpdate()
|
H A D | napi_telephony_observer.h | 38 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.cpp | 107 void MediaTelephonyListener::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument 110 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
|
H A D | media_telephony_listener.h | 47 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 179 … TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument 186 return proxy->UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|
H A D | telephony_state_registry_proxy.cpp | 386 …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 D | telephony_observer.cpp | 46 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 D | telephony_observer_proxy.cpp | 246 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 D | telephony_observer_proxy.h | 45 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 59 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) = 0;
|
H A D | i_telephony_state_notify.h | 120 virtual int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) = 0;
|
H A D | telephony_state_registry_proxy.h | 51 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
|
H A D | telephony_state_registry_client.h | 115 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult);
|
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 118 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
|
/ohos5.0/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 58 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
|
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 415 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 D | telephony_state_registry_stub.cpp | 416 bool voiceMailMsgResult = data.ReadBool(); in OnUpdateVoiceMailMsgIndicator() local 417 int32_t ret = UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in OnUpdateVoiceMailMsgIndicator()
|
H A D | telephony_state_registry_service.cpp | 400 …TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument 411 voiceMailMsgResult_[slotId] = voiceMailMsgResult; in UpdateVoiceMailMsgIndicator() 417 record.telephonyObserver_->OnVoiceMailMsgIndicatorUpdated(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|