Home
last modified time | relevance | path

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

/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp197 auto result = service->UpdateIccAccount(); in HWTEST_F()
215 auto result = service->UpdateIccAccount(); in HWTEST_F()
232 auto result = service->UpdateIccAccount(); in HWTEST_F()
331 result = proxy->UpdateIccAccount(); in HWTEST_F()
H A Dstate_registry_test.h191 void UpdateIccAccount();
H A Dstate_registry_test.cpp246 void StateRegistryTest::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::StateRegistryTest
249 int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateIccAccount(); in UpdateIccAccount()
250 TELEPHONY_LOGI("StateRegistryTest::UpdateIccAccount ret = %{public}d", ret); in UpdateIccAccount()
515 UpdateIccAccount(); in HWTEST_F()
520 * @tc.name UpdateIccAccount
528 UpdateIccAccount(); in HWTEST_F()
1098 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateIccAccount()); in HWTEST_F()
1100 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateIccAccount()); in HWTEST_F()
1102 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateIccAccount()); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp189 int32_t TelephonyStateRegistryClient::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryClient
196 return proxy->UpdateIccAccount(); in UpdateIccAccount()
H A Dtelephony_state_registry_proxy.cpp413 int32_t TelephonyStateRegistryProxy::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h116 int32_t UpdateIccAccount();
H A Dtelephony_state_registry_proxy.h52 int32_t UpdateIccAccount() override;
H A Di_telephony_state_notify.h111 virtual int32_t UpdateIccAccount() = 0;
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h59 int32_t UpdateIccAccount() override;
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp834 std::unique_ptr<EventListener> UpdateIccAccount(static_cast<EventListener *>(work->data)); in WorkIccAccountUpdated()
836 napi_create_object(UpdateIccAccount->env, &callbackValue); in WorkIccAccountUpdated()
837 NapiReturnToJS(UpdateIccAccount->env, UpdateIccAccount->callbackRef, callbackValue, lock); in WorkIccAccountUpdated()
/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp490 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateIccAccount(); in NotifySimAccountChanged()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp425 int32_t ret = UpdateIccAccount(); in OnIccAccountUpdated()
H A Dtelephony_state_registry_service.cpp386 int32_t TelephonyStateRegistryService::UpdateIccAccount() in UpdateIccAccount() function in OHOS::Telephony::TelephonyStateRegistryService
402 TELEPHONY_LOGI("TelephonyStateRegistryService::UpdateIccAccount end"); in UpdateIccAccount()

Completed in 10 milliseconds