Home
last modified time | relevance | path

Searched refs:UpdateVoiceMailMsgIndicator (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp179 int32_t TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsg… in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryClient
186 return proxy->UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
Dtelephony_state_registry_proxy.cpp382 int32_t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgR… in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h122 virtual int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) = 0;
Dtelephony_state_registry_proxy.h51 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
Dtelephony_state_registry_client.h117 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h190 void UpdateVoiceMailMsgIndicator(int32_t slotId);
Dstate_registry_test.cpp226 void StateRegistryTest::UpdateVoiceMailMsgIndicator(int32_t slotId) in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::StateRegistryTest
230 …ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in UpdateVoiceMailMsgIndicator()
478 UpdateVoiceMailMsgIndicator(DEFAULT_SIM_SLOT_ID);
491 UpdateVoiceMailMsgIndicator(SIM_SLOT_ID_1);
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h58 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp391 void UpdateVoiceMailMsgIndicator(const uint8_t *data, size_t size) in UpdateVoiceMailMsgIndicator() function
421 UpdateVoiceMailMsgIndicator(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp355 int32_t ret = UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in OnUpdateVoiceMailMsgIndicator()
Dtelephony_state_registry_service.cpp384 int32_t TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMs… in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/core_service/services/sim/src/
Dsim_file.cpp917 … DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in ProcessGetMwisDone()
957 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in ProcessVoiceMailCphs()
1752 … DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in SetVoiceMailCount()