Home
last modified time | relevance | path

Searched refs:NewCallCreated (Results 1 - 25 of 28) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp52 notification->NewCallCreated(callObjectPtr); in IncomingCallNotificationFunc()
76 notification->NewCallCreated(callObjectPtr); in IncomingCallWakeupFunc()
100 notification->NewCallCreated(callObjectPtr); in ProximitySensorFunc()
123 notification->NewCallCreated(callObjectPtr); in StatusBarFunc()
145 notification->NewCallCreated(callObjectPtr); in WiredHeadsetHandlerFunc()
192 notification->NewCallCreated(callObjectPtr); in MissedCallNotificationFunc()
220 notification->NewCallCreated(callObjectPtr); in RejectCallSmsFunc()
/base/telephony/call_manager/services/call/include/
H A Dcall_state_listener_base.h32 virtual void NewCallCreated(sptr<CallBase> &callObjectPtr) {} in NewCallCreated() function in OHOS::Telephony::CallStateListenerBase
H A Dcall_state_listener.h32 void NewCallCreated(sptr<CallBase> &callObjectPtr);
/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dproximity_sensor.h30 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dstatus_bar.h29 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dreject_call_sms.h30 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dincoming_call_wake_up.h31 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dincoming_call_notification.h29 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dmissed_call_notification.h29 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
H A Dwired_headset.h40 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
/base/telephony/call_manager/services/call/src/
H A Dcall_state_listener.cpp64 void CallStateListener::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated() function in OHOS::Telephony::CallStateListener
72 observer->NewCallCreated(callObjectPtr); in NewCallCreated()
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dproximity_sensor.cpp46 void ProximitySensor::NewCallCreated(sptr<CallBase> &callObjectPtr) {} in NewCallCreated() function in OHOS::Telephony::ProximitySensor
H A Dstatus_bar.cpp62 void StatusBar::NewCallCreated(sptr<CallBase> &callObjectPtr) {} in NewCallCreated() function in OHOS::Telephony::StatusBar
H A Dwired_headset.cpp71 void WiredHeadset::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated() function in OHOS::Telephony::WiredHeadset
H A Dreject_call_sms.cpp50 void RejectCallSms::NewCallCreated(sptr<CallBase> &callObjectPtr) {} in NewCallCreated() function in OHOS::Telephony::RejectCallSms
H A Dincoming_call_notification.cpp34 void IncomingCallNotification::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated() function in OHOS::Telephony::IncomingCallNotification
H A Dincoming_call_wake_up.cpp28 void IncomingCallWakeup::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated() function in OHOS::Telephony::IncomingCallWakeup
H A Dmissed_call_notification.cpp35 void MissedCallNotification::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated() function in OHOS::Telephony::MissedCallNotification
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_communication_manager_test.cpp54 ASSERT_NO_THROW(dcManager->NewCallCreated(csCall)); in HWTEST_F()
89 ASSERT_NO_THROW(dcManager->NewCallCreated(csCall)); in HWTEST_F()
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/
H A Ddistributed_communication_manager.h65 void NewCallCreated(sptr<CallBase> &call) override;
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp411 proximitySensor->NewCallCreated(callObjectPtr); in HWTEST_F()
430 statusBar->NewCallCreated(callObjectPtr); in HWTEST_F()
452 wiredHeadset->NewCallCreated(callObjectPtr); in HWTEST_F()
H A Dzero_branch4_test.cpp401 incomingCallNotification->NewCallCreated(callObjectPtr); in HWTEST_F()
411 incomingCallNotification->NewCallCreated(callObjectPtr); in HWTEST_F()
413 incomingCallNotification->NewCallCreated(callObjectPtr); in HWTEST_F()
414 incomingCallNotification->NewCallCreated(callObjectPtr); in HWTEST_F()
457 rejectCallSms->NewCallCreated(callObjectPtr); in HWTEST_F()
480 missedCallNotification->NewCallCreated(callObjectPtr); in HWTEST_F()
/base/telephony/call_manager/services/audio/include/
H A Daudio_control_manager.h72 void NewCallCreated(sptr<CallBase> &callObjectPtr) override;
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp62 audioControlManager->NewCallCreated(callObjectPtr); in AudioControlManagerFunc()
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_communication_manager.cpp248 void DistributedCommunicationManager::NewCallCreated(sptr<CallBase> &call) in NewCallCreated() function in OHOS::Telephony::DistributedCommunicationManager

Completed in 9 milliseconds

12