/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/ |
D | callnotification_fuzzer.cpp | 68 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/ |
D | call_state_listener.cpp | 84 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/ |
D | call_state_report_proxy.h | 30 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | call_ability_report_proxy.h | 35 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
/base/telephony/call_manager/services/call/include/ |
D | call_state_listener_base.h | 34 …virtual void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState… in CallStateUpdated() function
|
D | call_state_listener.h | 34 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
/base/telephony/call_manager/services/call/call_state_observer/include/ |
D | status_bar.h | 31 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | incoming_call_wake_up.h | 33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | proximity_sensor.h | 32 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | reject_call_sms.h | 34 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | incoming_call_notification.h | 33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | missed_call_notification.h | 33 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | wired_headset.h | 42 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
D | call_records_manager.h | 63 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
D | proximity_sensor.cpp | 48 void ProximitySensor::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::ProximitySensor
|
D | status_bar.cpp | 64 void StatusBar::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallSta… in CallStateUpdated() function in OHOS::Telephony::StatusBar
|
D | incoming_call_wake_up.cpp | 72 void IncomingCallWakeup::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallWakeup
|
D | wired_headset.cpp | 85 void WiredHeadset::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCall… in CallStateUpdated() function in OHOS::Telephony::WiredHeadset
|
D | reject_call_sms.cpp | 60 void RejectCallSms::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCal… in CallStateUpdated() function in OHOS::Telephony::RejectCallSms
|
D | incoming_call_notification.cpp | 45 void IncomingCallNotification::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallNotification
|
D | missed_call_notification.cpp | 46 void MissedCallNotification::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::MissedCallNotification
|
D | call_records_manager.cpp | 68 void CallRecordsManager::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::CallRecordsManager
|
/base/telephony/call_manager/services/call_report/src/ |
D | call_state_report_proxy.cpp | 35 void CallStateReportProxy::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::CallStateReportProxy
|
/base/telephony/call_manager/services/audio/include/ |
D | audio_control_manager.h | 77 …void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextSta…
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | zero_branch_test.cpp | 695 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 …]
|