Home
last modified time | relevance | path

Searched refs:OnCallStateUpdated (Results 1 - 13 of 13) sorted by relevance

/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h30 void OnCallStateUpdated(
/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) override;
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h46 virtual void OnCallStateUpdated(
/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h30 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 Dstate_registry_observer.h30 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 Dstate_registry_test.cpp831 telephonyObserverProxy->OnCallStateUpdated(DEFAULT_SIM_SLOT_ID, callState, number); in HWTEST_F()
/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h41 void OnCallStateUpdated(
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.h82 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) override;
H A Dtelephony_observer_impl.cpp351 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 Dnapi_telephony_observer.cpp24 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 Dtelephony_observer.cpp23 void TelephonyObserver::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserver
101 OnCallStateUpdated(slotId, callState, phoneNumber); in OnCallStateUpdatedInner()
H A Dtelephony_observer_proxy.cpp27 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 Dtelephony_state_registry_service.cpp196 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()

Completed in 9 milliseconds