| /base/telephony/core_service/frameworks/native/src/ |
| D | telephony_state_registry_client.cpp | 158 int32_t TelephonyStateRegistryClient::UpdateSimState( in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryClient 166 return proxy->UpdateSimState(slotId, type, state, reason); in UpdateSimState()
|
| D | telephony_state_registry_proxy.cpp | 259 int32_t TelephonyStateRegistryProxy::UpdateSimState( in UpdateSimState() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_telephony_state_notify.h | 53 …virtual int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) =…
|
| D | telephony_state_registry_proxy.h | 48 int32_t UpdateSimState(
|
| D | telephony_state_registry_client.h | 93 int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason);
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_test.h | 187 void UpdateSimState(int32_t slotId);
|
| D | state_registry_test.cpp | 193 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/ |
| D | telephony_state_registry_service.h | 55 … int32_t UpdateSimState(int32_t slotId, CardType type, SimState state, LockReason reason) override;
|
| /base/telephony/state_registry/services/src/ |
| D | telephony_state_registry_stub.cpp | 92 int32_t ret = UpdateSimState(slotId, type, state, reason); in OnUpdateSimState()
|
| D | telephony_state_registry_service.cpp | 217 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/ |
| D | icc_file.cpp | 610 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState(slotId_, type, sta… in NotifyRegistrySimState()
|
| D | sim_state_handle.cpp | 331 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateSimState( in ProcessIccCardState()
|