Home
last modified time | relevance | path

Searched refs:CallStateUpdated (Results 1 – 25 of 39) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
Dcallnotification_fuzzer.cpp68 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in IncomingCallNotificationFunc()
98 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in IncomingCallWakeupFunc()
119 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in ProximitySensorFunc()
143 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in StatusBarFunc()
165 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in WiredHeadsetHandlerFunc()
221 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in MissedCallNotificationFunc()
247 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in RejectCallSmsFunc()
/base/telephony/call_manager/services/call/src/
Dcall_state_listener.cpp84 void CallStateListener::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::CallStateListener
93 observer->CallStateUpdated(callObjectPtr, priorState, nextState); in CallStateUpdated()
/base/telephony/call_manager/services/call_report/include/
Dcall_state_report_proxy.h30 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dcall_ability_report_proxy.h35 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
/base/telephony/call_manager/services/call/include/
Dcall_state_listener_base.h34 …virtual void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState… in CallStateUpdated() function
Dcall_state_listener.h34 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
/base/telephony/call_manager/services/call/call_state_observer/include/
Dstatus_bar.h31 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dincoming_call_wake_up.h33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dproximity_sensor.h32 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dreject_call_sms.h34 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dincoming_call_notification.h33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dmissed_call_notification.h33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dwired_headset.h42 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
Dcall_records_manager.h63 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
/base/telephony/call_manager/services/call/call_state_observer/src/
Dproximity_sensor.cpp48 void ProximitySensor::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::ProximitySensor
Dstatus_bar.cpp64 void StatusBar::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallSta… in CallStateUpdated() function in OHOS::Telephony::StatusBar
Dincoming_call_wake_up.cpp72 void IncomingCallWakeup::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallWakeup
Dwired_headset.cpp85 void WiredHeadset::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCall… in CallStateUpdated() function in OHOS::Telephony::WiredHeadset
Dreject_call_sms.cpp60 void RejectCallSms::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCal… in CallStateUpdated() function in OHOS::Telephony::RejectCallSms
Dincoming_call_notification.cpp45 void IncomingCallNotification::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallNotification
Dmissed_call_notification.cpp46 void MissedCallNotification::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::MissedCallNotification
Dcall_records_manager.cpp68 void CallRecordsManager::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::CallRecordsManager
/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp35 void CallStateReportProxy::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::CallStateReportProxy
/base/telephony/call_manager/services/audio/include/
Daudio_control_manager.h77 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp695 incomingCallNotification->CallStateUpdated(
697 incomingCallNotification->CallStateUpdated(
708 incomingCallNotification->CallStateUpdated(
710 incomingCallNotification->CallStateUpdated(
717 incomingCallNotification->CallStateUpdated(
755 rejectCallSms->CallStateUpdated(
773 missedCallNotification->CallStateUpdated(
785 missedCallNotification->CallStateUpdated(
787 missedCallNotification->CallStateUpdated(
1598 callRecordsManager.CallStateUpdated(callObjectPtr, priorState, nextState);
[all …]

12