/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_telephony_observer.h | 37 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 44 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.h | 45 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
H A D | media_telephony_listener.cpp | 102 void MediaTelephonyListener::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function in OHOS::Media::MediaTelephonyListener
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 58 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) = 0;
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function
|
H A D | state_registry_test.cpp | 867 telephonyObserver->OnCfuIndicatorUpdated(slotId, cfuResult);
|
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 44 void TelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) {} in OnCfuIndicatorUpdated() function in OHOS::Telephony::TelephonyObserver 165 OnCfuIndicatorUpdated(slotId, cfuResult); in OnCfuIndicatorUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 224 void TelephonyObserverProxy::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function in OHOS::Telephony::TelephonyObserverProxy
|
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 108 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 118 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function in OHOS::Telephony::NapiTelephonyObserver
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/ |
H A D | incall_observer_func_unittest.cpp | 219 telephonyObserver->OnCfuIndicatorUpdated(slotId, false);
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 372 record.telephonyObserver_->OnCfuIndicatorUpdated(slotId, cfuResult); in UpdateCfuIndicator() 584 … record.telephonyObserver_->OnCfuIndicatorUpdated(record.slotId_, cfuResult_[record.slotId_]); in UpdateData()
|