Home
last modified time | relevance | path

Searched refs:CallStateUpdated (Results 1 - 25 of 47) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp53 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in IncomingCallNotificationFunc()
82 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in IncomingCallWakeupFunc()
103 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in ProximitySensorFunc()
127 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in StatusBarFunc()
149 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in WiredHeadsetHandlerFunc()
199 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in MissedCallNotificationFunc()
225 notification->CallStateUpdated(callObjectPtr, priorState, nextState); in RejectCallSmsFunc()
/base/telephony/call_manager/services/call/include/
H A Dcall_state_listener_base.h34 virtual void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() function in OHOS::Telephony::CallStateListenerBase
H A Dcall_state_listener.h34 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState);
/base/telephony/call_manager/services/call_report/include/
H A Dcall_state_report_proxy.h31 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState);
H A Dcall_ability_report_proxy.h37 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dproximity_sensor.h32 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dstatus_bar.h31 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dreject_call_sms.h34 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dincoming_call_wake_up.h35 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dincoming_call_notification.h33 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dmissed_call_notification.h33 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dwired_headset.h42 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
H A Dcall_records_manager.h70 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;
/base/telephony/call_manager/services/call/src/
H A 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/call_state_observer/src/
H A Dproximity_sensor.cpp52 void ProximitySensor::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::ProximitySensor
H A Dstatus_bar.cpp64 void StatusBar::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) {} in CallStateUpdated() function in OHOS::Telephony::StatusBar
H A Dwired_headset.cpp85 void WiredHeadset::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() function in OHOS::Telephony::WiredHeadset
H A Dreject_call_sms.cpp56 void RejectCallSms::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() function in OHOS::Telephony::RejectCallSms
H A Dincoming_call_notification.cpp45 void IncomingCallNotification::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallNotification
H A Dincoming_call_wake_up.cpp112 void IncomingCallWakeup::CallStateUpdated( in CallStateUpdated() function in OHOS::Telephony::IncomingCallWakeup
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp402 incomingCallNotification->CallStateUpdated( in HWTEST_F()
404 incomingCallNotification->CallStateUpdated( in HWTEST_F()
415 incomingCallNotification->CallStateUpdated( in HWTEST_F()
417 incomingCallNotification->CallStateUpdated( in HWTEST_F()
424 incomingCallNotification->CallStateUpdated( in HWTEST_F()
463 rejectCallSms->CallStateUpdated( in HWTEST_F()
481 missedCallNotification->CallStateUpdated( in HWTEST_F()
493 missedCallNotification->CallStateUpdated( in HWTEST_F()
495 missedCallNotification->CallStateUpdated( in HWTEST_F()
H A Dzero_branch5_test.cpp412 proximitySensor->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, in HWTEST_F()
434 statusBar->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
453 wiredHeadset->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
H A Dzero_branch8_test.cpp85 audioControl->CallStateUpdated(call, TelCallState::CALL_STATUS_DIALING, TelCallState::CALL_STATUS_ALERTING); in HWTEST_F()
88 audioControl->CallStateUpdated(call, TelCallState::CALL_STATUS_DIALING, TelCallState::CALL_STATUS_ALERTING); in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/callvoiceassistantmanager_fuzzer/
H A Dcallvoiceassistantmanager_fuzzer.cpp46 voicePtr->CallStateUpdated(callObjectPtr, priorState, nextState); in ListenCallStateFunc()
/base/telephony/call_manager/services/audio/include/
H A Daudio_control_manager.h76 void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) override;

Completed in 9 milliseconds

12