Home
last modified time | relevance | path

Searched refs:OnCallStateUpdated (Results 1 – 9 of 9) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_telephony_observer.h30 …void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over…
/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_observer_proxy.h30 void OnCallStateUpdated(
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h46 virtual void OnCallStateUpdated(
/base/telephony/state_registry/interfaces/innerkits/observer/
Dtelephony_observer.h41 void OnCallStateUpdated(
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp23 void TelephonyObserver::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserver
104 OnCallStateUpdated(slotId, callState, phoneNumber); in OnCallStateUpdatedInner()
Dtelephony_observer_proxy.cpp27 void TelephonyObserverProxy::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp168 record.telephonyObserver_->OnCallStateUpdated(slotId, callState, phoneNumberStr); in UpdateCallState()
197 record.telephonyObserver_->OnCallStateUpdated(slotId, callState, incomingNumberStr); in UpdateCallStateForSlotId()
501 …record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState_[record.slotId_], phoneNum… in UpdateData()