Searched refs:OnSimStateUpdated (Results 1 – 9 of 9) sorted by relevance
/base/telephony/state_registry/frameworks/js/napi/include/ |
D | napi_telephony_observer.h | 33 … void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) override;
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
D | telephony_observer_proxy.h | 38 void OnSimStateUpdated(
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_observer.h | 51 void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated() function
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_observer_broker.h | 54 virtual void OnSimStateUpdated(
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
D | telephony_observer.h | 79 void OnSimStateUpdated(
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer.cpp | 35 void TelephonyObserver::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::TelephonyObserver 140 OnSimStateUpdated(slotId, type, simState, reson); in OnSimStateUpdatedInner()
|
D | telephony_observer_proxy.cpp | 52 void TelephonyObserverProxy::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::TelephonyObserverProxy
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | napi_telephony_observer.cpp | 63 void NapiTelephonyObserver::OnSimStateUpdated( in OnSimStateUpdated() function in OHOS::Telephony::NapiTelephonyObserver
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_service.cpp | 224 record.telephonyObserver_->OnSimStateUpdated(slotId, type, state, reason); in UpdateSimState() 516 record.telephonyObserver_->OnSimStateUpdated( in UpdateData()
|