Searched refs:OnCallStateUpdated (Results 1 – 9 of 9) sorted by relevance
/base/telephony/state_registry/frameworks/js/napi/include/ |
D | napi_telephony_observer.h | 30 …void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over…
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
D | telephony_observer_proxy.h | 30 void OnCallStateUpdated(
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() function
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_observer_broker.h | 46 virtual void OnCallStateUpdated(
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
D | telephony_observer.h | 41 void OnCallStateUpdated(
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer.cpp | 23 void TelephonyObserver::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserver 104 OnCallStateUpdated(slotId, callState, phoneNumber); in OnCallStateUpdatedInner()
|
D | telephony_observer_proxy.cpp | 27 void TelephonyObserverProxy::OnCallStateUpdated( in OnCallStateUpdated() function in OHOS::Telephony::TelephonyObserverProxy
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | napi_telephony_observer.cpp | 24 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/ |
D | telephony_state_registry_service.cpp | 168 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()
|