Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp158 int32_t TelephonyStateRegistryClient::UpdateSimState( in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryClient
166 return proxy->UpdateSimState(slotId, type, state, reason); in UpdateSimState()
H A Dtelephony_state_registry_proxy.cpp259 int32_t TelephonyStateRegistryProxy::UpdateSimState( in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h91 int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason);
H A Dtelephony_state_registry_proxy.h48 int32_t UpdateSimState(
H A Di_telephony_state_notify.h45 * UpdateSimState
53 virtual int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) = 0;
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.h187 void UpdateSimState(int32_t slotId);
H A Dstate_registry_test.cpp203 void StateRegistryTest::UpdateSimState(int32_t slotId) in UpdateSimState() function in OHOS::Telephony::StateRegistryTest
210 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState(slotId, type, state, reason); in UpdateSimState()
211 TELEPHONY_LOGI("StateRegistryTest::UpdateSimState ret = %{public}d", ret); in UpdateSimState()
411 UpdateSimState(DEFAULT_SIM_SLOT_ID); in HWTEST_F()
424 UpdateSimState(SIM_SLOT_ID_1); in HWTEST_F()
1117 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateSimState(invalidSlotId, type, state, reason)); in HWTEST_F()
1118 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateSimState(0, type, state, reason)); in HWTEST_F()
1152 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateSimState(0, type, state, reason)); in HWTEST_F()
1164 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateSimState(0, type, state, reason)); in HWTEST_F()
1177 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateSimState( in HWTEST_F()
[all...]
H A Dstate_registry_branch_test.cpp323 result = proxy->UpdateSimState(0, type, state, reason); in HWTEST_F()
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h55 int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) override;
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp145 int32_t ret = UpdateSimState(slotId, type, state, reason); in OnUpdateSimState()
H A Dtelephony_state_registry_service.cpp234 int32_t TelephonyStateRegistryService::UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryService
237 TELEPHONY_LOGE("UpdateSimState##VerifySlotId failed ##slotId = %{public}d", slotId); in UpdateSimState()
/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp718 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState(slotId_, type, state, reason); in NotifyRegistrySimState()
H A Dsim_state_handle.cpp388 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState( in ProcessIccCardState()

Completed in 18 milliseconds