Home
last modified time | relevance | path

Searched refs:OnIccAccountUpdated (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h39 void OnIccAccountUpdated() override;
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h46 void OnIccAccountUpdated();
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.h49 void OnIccAccountUpdated() override;
H A Dmedia_telephony_listener.cpp113 void MediaTelephonyListener::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Media::MediaTelephonyListener
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h60 virtual void OnIccAccountUpdated() = 0;
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h96 void OnIccAccountUpdated() in OnIccAccountUpdated() function
H A Dstate_registry_test.cpp876 telephonyObserverProxy->OnIccAccountUpdated();
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h96 void OnIccAccountUpdated() in OnIccAccountUpdated() function
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp48 void TelephonyObserver::OnIccAccountUpdated() {} in OnIccAccountUpdated() function in OHOS::Telephony::TelephonyObserver
178 OnIccAccountUpdated(); in OnIccAccountUpdatedInner()
H A Dtelephony_observer_proxy.cpp268 void TelephonyObserverProxy::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h121 virtual void OnIccAccountUpdated() override;
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_stub.h67 int32_t OnIccAccountUpdated(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp131 void NapiTelephonyObserver::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp60 … [this](MessageParcel &data, MessageParcel &reply) { return OnIccAccountUpdated(data, reply); }; in TelephonyStateRegistryStub()
423 int32_t TelephonyStateRegistryStub::OnIccAccountUpdated(MessageParcel &data, MessageParcel &reply) in OnIccAccountUpdated() function in OHOS::Telephony::TelephonyStateRegistryStub
H A Dtelephony_state_registry_service.cpp392 record.telephonyObserver_->OnIccAccountUpdated(); in UpdateIccAccount()
592 record.telephonyObserver_->OnIccAccountUpdated(); in UpdateData()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/
H A Dincall_observer_func_unittest.cpp221 telephonyObserver->OnIccAccountUpdated();