Home
last modified time | relevance | path

Searched refs:OnSimStateUpdated (Results 1 – 9 of 9) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_telephony_observer.h33 … void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) override;
/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_observer_proxy.h38 void OnSimStateUpdated(
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h51 void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated() function
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h54 virtual void OnSimStateUpdated(
/base/telephony/state_registry/interfaces/innerkits/observer/
Dtelephony_observer.h79 void OnSimStateUpdated(
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp35 void TelephonyObserver::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::TelephonyObserver
140 OnSimStateUpdated(slotId, type, simState, reson); in OnSimStateUpdatedInner()
Dtelephony_observer_proxy.cpp52 void TelephonyObserverProxy::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp63 void NapiTelephonyObserver::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp224 record.telephonyObserver_->OnSimStateUpdated(slotId, type, state, reason); in UpdateSimState()
516 record.telephonyObserver_->OnSimStateUpdated( in UpdateData()