/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_telephony_observer.h | 39 void OnIccAccountUpdated() override;
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 46 void OnIccAccountUpdated();
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.h | 49 void OnIccAccountUpdated() override;
|
H A D | media_telephony_listener.cpp | 113 void MediaTelephonyListener::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Media::MediaTelephonyListener
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 60 virtual void OnIccAccountUpdated() = 0;
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 96 void OnIccAccountUpdated() in OnIccAccountUpdated() function
|
H A D | state_registry_test.cpp | 876 telephonyObserverProxy->OnIccAccountUpdated();
|
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 96 void OnIccAccountUpdated() in OnIccAccountUpdated() function
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 48 void TelephonyObserver::OnIccAccountUpdated() {} in OnIccAccountUpdated() function in OHOS::Telephony::TelephonyObserver 178 OnIccAccountUpdated(); in OnIccAccountUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 268 void TelephonyObserverProxy::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Telephony::TelephonyObserverProxy
|
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 121 virtual void OnIccAccountUpdated() override;
|
/ohos5.0/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_stub.h | 67 int32_t OnIccAccountUpdated(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 131 void NapiTelephonyObserver::OnIccAccountUpdated() in OnIccAccountUpdated() function in OHOS::Telephony::NapiTelephonyObserver
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 60 … [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 D | telephony_state_registry_service.cpp | 392 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 D | incall_observer_func_unittest.cpp | 221 telephonyObserver->OnIccAccountUpdated();
|