Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
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()
Dtelephony_state_registry_proxy.cpp259 int32_t TelephonyStateRegistryProxy::UpdateSimState( in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h53 …virtual int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) =…
Dtelephony_state_registry_proxy.h48 int32_t UpdateSimState(
Dtelephony_state_registry_client.h93 int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h187 void UpdateSimState(int32_t slotId);
Dstate_registry_test.cpp193 void StateRegistryTest::UpdateSimState(int32_t slotId) in UpdateSimState() function in OHOS::Telephony::StateRegistryTest
200 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState(slotId, type, stat… in UpdateSimState()
400 UpdateSimState(DEFAULT_SIM_SLOT_ID);
413 UpdateSimState(SIM_SLOT_ID_1);
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h55 … int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) override;
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp92 int32_t ret = UpdateSimState(slotId, type, state, reason); in OnUpdateSimState()
Dtelephony_state_registry_service.cpp217 int32_t TelephonyStateRegistryService::UpdateSimState(int32_t slotId, CardType type, SimState state… in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp610 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState(slotId_, type, sta… in NotifyRegistrySimState()
Dsim_state_handle.cpp331 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState( in ProcessIccCardState()