/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_observer.h | 74 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument 78 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
|
D | state_registry_test.cpp | 228 bool voiceMailMsgResult = true; in UpdateVoiceMailMsgIndicator() local 230 slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | napi_telephony_observer.cpp | 138 void NapiTelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument 141 voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated() 143 std::make_unique<VoiceMailMsgIndicatorUpdate>(slotId, voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
D | update_infos.h | 87 VoiceMailMsgIndicatorUpdate(int32_t slotId, bool voiceMailMsgResult) in VoiceMailMsgIndicatorUpdate() 88 : UpdateInfo(slotId), voiceMailMsgResult_(voiceMailMsgResult) {} in VoiceMailMsgIndicatorUpdate()
|
D | napi_telephony_observer.h | 38 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
D | telephony_observer_proxy.h | 45 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult);
|
/base/telephony/core_service/frameworks/native/src/ |
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()
|
D | telephony_state_registry_proxy.cpp | 382 …t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument 393 if (!in.WriteBool(voiceMailMsgResult)) { in UpdateVoiceMailMsgIndicator()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_observer_broker.h | 59 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) = 0;
|
D | i_telephony_state_notify.h | 122 virtual int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) = 0;
|
D | telephony_state_registry_client.h | 117 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult);
|
D | telephony_state_registry_proxy.h | 51 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
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()
|
D | telephony_observer_proxy.cpp | 246 void TelephonyObserverProxy::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated() argument 257 dataParcel.WriteBool(voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
D | telephony_observer.h | 118 virtual void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) override;
|
/base/telephony/state_registry/services/include/ |
D | telephony_state_registry_service.h | 58 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 322 bool voiceMailMsgResult = data.ReadBool(); in OnUpdateVoiceMailMsgIndicator() local 323 int32_t ret = UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in OnUpdateVoiceMailMsgIndicator()
|
D | telephony_state_registry_service.cpp | 352 …TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() argument 363 voiceMailMsgResult_[slotId] = voiceMailMsgResult; in UpdateVoiceMailMsgIndicator() 369 record.telephonyObserver_->OnVoiceMailMsgIndicatorUpdated(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 371 bool voiceMailMsgResult = static_cast<bool>(size % BOOL_NUM); in UpdateVoiceMailMsgIndicator() local 374 dataMessageParcel.WriteBool(voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
|