/base/telephony/core_service/frameworks/native/src/ |
D | telephony_state_registry_client.cpp | 189 int32_t TelephonyStateRegistryClient::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryClient 196 return proxy->UpdateIccAccount(); in UpdateIccAccount()
|
D | telephony_state_registry_proxy.cpp | 409 int32_t TelephonyStateRegistryProxy::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_telephony_state_notify.h | 113 virtual int32_t UpdateIccAccount() = 0;
|
D | telephony_state_registry_client.h | 118 int32_t UpdateIccAccount();
|
D | telephony_state_registry_proxy.h | 52 int32_t UpdateIccAccount() override;
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 191 void UpdateIccAccount();
|
D | state_registry_test.cpp | 235 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/ |
D | telephony_state_registry_service.h | 59 int32_t UpdateIccAccount() override;
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | event_listener_handler.cpp | 748 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/ |
D | multi_sim_monitor.cpp | 207 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateIccAccount(); in NotifySimAccountChanged()
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 331 int32_t ret = UpdateIccAccount(); in OnIccAccountUpdated()
|
D | telephony_state_registry_service.cpp | 336 int32_t TelephonyStateRegistryService::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryService
|