Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp189 int32_t TelephonyStateRegistryClient::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryClient
196 return proxy->UpdateIccAccount(); in UpdateIccAccount()
Dtelephony_state_registry_proxy.cpp409 int32_t TelephonyStateRegistryProxy::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h113 virtual int32_t UpdateIccAccount() = 0;
Dtelephony_state_registry_client.h118 int32_t UpdateIccAccount();
Dtelephony_state_registry_proxy.h52 int32_t UpdateIccAccount() override;
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h191 void UpdateIccAccount();
Dstate_registry_test.cpp235 void StateRegistryTest::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::StateRegistryTest
237 … int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateIccAccount(); in UpdateIccAccount()
503 UpdateIccAccount();
516 UpdateIccAccount();
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h59 int32_t UpdateIccAccount() override;
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp748 std::unique_ptr<EventListener> UpdateIccAccount(static_cast<EventListener *>(work->data)); in WorkIccAccountUpdated() local
750 napi_create_object(UpdateIccAccount->env, &callbackValue); in WorkIccAccountUpdated()
751 NapiReturnToJS(UpdateIccAccount->env, UpdateIccAccount->callbackRef, callbackValue); in WorkIccAccountUpdated()
/base/telephony/core_service/services/sim/src/
Dmulti_sim_monitor.cpp207 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateIccAccount(); in NotifySimAccountChanged()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp331 int32_t ret = UpdateIccAccount(); in OnIccAccountUpdated()
Dtelephony_state_registry_service.cpp336 int32_t TelephonyStateRegistryService::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryService