Home
last modified time | relevance | path

Searched refs:UpdateVoiceMailMsgIndicator (Results 1 - 13 of 13) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp179 int32_t TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryClient
186 return proxy->UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in UpdateVoiceMailMsgIndicator()
H A Dtelephony_state_registry_proxy.cpp386 int32_t TelephonyStateRegistryProxy::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h115 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult);
H A Dtelephony_state_registry_proxy.h51 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
H A Di_telephony_state_notify.h120 virtual int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) = 0;
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.h190 void UpdateVoiceMailMsgIndicator(int32_t slotId);
H A Dstate_registry_test.cpp236 void StateRegistryTest::UpdateVoiceMailMsgIndicator(int32_t slotId) in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::StateRegistryTest
240 int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in UpdateVoiceMailMsgIndicator()
242 TELEPHONY_LOGI("StateRegistryTest::UpdateVoiceMailMsgIndicator ret = %{public}d", ret); in UpdateVoiceMailMsgIndicator()
489 UpdateVoiceMailMsgIndicator(DEFAULT_SIM_SLOT_ID); in HWTEST_F()
502 UpdateVoiceMailMsgIndicator(SIM_SLOT_ID_1); in HWTEST_F()
1096 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateVoiceMailMsgIndicator(invalidSlotId, true)); in HWTEST_F()
1097 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateVoiceMailMsgIndicator(0, true)); in HWTEST_F()
1202 EXPECT_NE(TELEPHONY_SUCCESS, service->UpdateVoiceMailMsgIndicator(0, true)); in HWTEST_F()
1215 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateVoiceMailMsgIndicator(0, true)); in HWTEST_F()
1227 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateVoiceMailMsgIndicator( in HWTEST_F()
[all...]
H A Dstate_registry_branch_test.cpp329 result = proxy->UpdateVoiceMailMsgIndicator(0, true); in HWTEST_F()
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h58 int32_t UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) override;
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp409 void UpdateVoiceMailMsgIndicator(const uint8_t *data, size_t size) in UpdateVoiceMailMsgIndicator() function
439 UpdateVoiceMailMsgIndicator(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp417 int32_t ret = UpdateVoiceMailMsgIndicator(slotId, voiceMailMsgResult); in OnUpdateVoiceMailMsgIndicator()
H A Dtelephony_state_registry_service.cpp406 int32_t TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsgResult) in UpdateVoiceMailMsgIndicator() function in OHOS::Telephony::TelephonyStateRegistryService
409 TELEPHONY_LOGE("UpdateVoiceMailMsgIndicator##VerifySlotId failed ##slotId = %{public}d", slotId); in UpdateVoiceMailMsgIndicator()
427 TELEPHONY_LOGI("TelephonyStateRegistryService::UpdateVoiceMailMsgIndicator end"); in UpdateVoiceMailMsgIndicator()
/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp998 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in ProcessGetMwisDone()
1038 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in ProcessVoiceMailCphs()
2019 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateVoiceMailMsgIndicator( in SetVoiceMailCount()

Completed in 12 milliseconds