/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 30 void OnCallStateUpdated(
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_telephony_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) override;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 46 virtual void OnCallStateUpdated(
|
/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function in OHOS::Telephony::StateRegistryObserver 33 "StateRegistryObserver%{public}d::OnCallStateUpdated callState is %{public}d", slotId, callState); in OnCallStateUpdated()
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function in OHOS::Telephony::StateRegistryObserver 33 "StateRegistryObserver%{public}d::OnCallStateUpdated callState is %{public}d", slotId, callState); in OnCallStateUpdated()
|
H A D | state_registry_test.cpp | 831 telephonyObserverProxy->OnCallStateUpdated(DEFAULT_SIM_SLOT_ID, callState, number); in HWTEST_F()
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 41 void OnCallStateUpdated(
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_impl.h | 82 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) override;
|
H A D | telephony_observer_impl.cpp | 351 void FfiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function in OHOS::Telephony::FfiTelephonyObserver 353 TELEPHONY_LOGI("OnCallStateUpdated slotId = %{public}d, callState = %{public}d", slotId, callState); in OnCallStateUpdated()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function in OHOS::Telephony::NapiTelephonyObserver 26 TELEPHONY_LOGI("OnCallStateUpdated slotId = %{public}d, callState = %{public}d", slotId, callState); in OnCallStateUpdated()
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 23 void TelephonyObserver::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserver 101 OnCallStateUpdated(slotId, callState, phoneNumber); in OnCallStateUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 27 void TelephonyObserverProxy::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserverProxy 35 TELEPHONY_LOGE("TelephonyObserverProxy::OnCallStateUpdated WriteInterfaceToken failed!"); in OnCallStateUpdated() 43 TELEPHONY_LOGE("TelephonyObserverProxy::OnCallStateUpdated remote is null!"); in OnCallStateUpdated() 49 TELEPHONY_LOGD("TelephonyObserverProxy::OnCallStateUpdated end ##error: %{public}d", code); in OnCallStateUpdated()
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 196 record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState, phoneNumber); in UpdateCallState() 225 record.telephonyObserver_->OnCallStateUpdated(slotId, callState, phoneNumber); in UpdateCallStateForSlotId() 561 record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState_[record.slotId_], phoneNumber); in UpdateData()
|