Home
last modified time | relevance | path

Searched refs:OnCfuIndicatorUpdated (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h37 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h44 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult);
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.h45 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
H A Dmedia_telephony_listener.cpp102 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 Dtelephony_observer_broker.h58 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) = 0;
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function
H A Dstate_registry_test.cpp867 telephonyObserver->OnCfuIndicatorUpdated(slotId, cfuResult);
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() function
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp44 void TelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) {} in OnCfuIndicatorUpdated() function in OHOS::Telephony::TelephonyObserver
165 OnCfuIndicatorUpdated(slotId, cfuResult); in OnCfuIndicatorUpdatedInner()
H A Dtelephony_observer_proxy.cpp224 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 Dtelephony_observer.h108 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp118 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 Dincall_observer_func_unittest.cpp219 telephonyObserver->OnCfuIndicatorUpdated(slotId, false);
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp372 record.telephonyObserver_->OnCfuIndicatorUpdated(slotId, cfuResult); in UpdateCfuIndicator()
584 … record.telephonyObserver_->OnCfuIndicatorUpdated(record.slotId_, cfuResult_[record.slotId_]); in UpdateData()