Home
last modified time | relevance | path

Searched refs:CallControlManager (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp48 bool CallControlManager::alarmSeted = false;
52 CallControlManager::CallControlManager() in CallControlManager() function in OHOS::Telephony::CallControlManager
62 CallControlManager::~CallControlManager() in ~CallControlManager()
79 bool CallControlManager::Init() in Init()
407 int32_t CallControlManager::GetCallState() in GetCallState()
482 bool CallControlManager::HasCall() in HasCall()
1136 int32_t CallControlManager::MuteRinger() in MuteRinger()
1186 int32_t CallControlManager::FormatPhoneNumber( in FormatPhoneNumber()
1234 void CallControlManager::handler() in handler()
1333 int32_t CallControlManager::HangUpVoipCall() in HangUpVoipCall()
[all …]
H A Dcall_superprivacy_control_manager.cpp88 DelayedSingleton<CallControlManager>::GetInstance()->RejectCall(info.callId, false, in CloseAllCall()
91 DelayedSingleton<CallControlManager>::GetInstance()->HangUpCall(info.callId); in CloseAllCall()
139 …int32_t ret = DelayedSingleton<CallControlManager>::GetInstance()->DialCall(phoneNumber, dialInfo); in CloseCallSuperPrivacyMode()
153 DelayedSingleton<CallControlManager>::GetInstance()->AnswerCall(callId, videoState); in CloseAnswerSuperPrivacyMode()
H A Dcall_status_manager.cpp129 DelayedSingleton<CallControlManager>::GetInstance()->AcquireIncomingLock(); in HandleCallReportInfo()
131 DelayedSingleton<CallControlManager>::GetInstance()->ReleaseIncomingLock(); in HandleCallReportInfo()
396 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in IncomingHandle()
478 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in IncomingVoipCallHandle()
508 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in OutgoingVoipCallHandle()
525 if (DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated( in AnsweredVoipCallHandle()
585 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in CallFilterCompleteResult()
649 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in DialingHandle()
778 DelayedSingleton<CallControlManager>::GetInstance()->AcquireIncomingLock(); in WaitingHandle()
780 DelayedSingleton<CallControlManager>::GetInstance()->ReleaseIncomingLock(); in WaitingHandle()
[all …]
H A Dcall_status_policy.cpp59 DelayedSingleton<CallControlManager>::GetInstance()->GetVoIPCallState(state); in FilterResultsDispose()
70 DelayedSingleton<CallControlManager>::GetInstance()->NotifyNewCallCreated(call); in FilterResultsDispose()
H A Dcall_request_process.cpp46 DelayedSingleton<CallControlManager>::GetInstance()->GetDialParaInfo(info); in DialRequest()
69 DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallEventUpdated(eventInfo); in DialRequest()
109 DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallAnswered(call); in AnswerRequest()
151 DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallAnswered(call); in AnswerRequestForDsda()
275 DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallAnswered(call); in HoldOrDisconnectedCall()
501 … DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallAnswered(incomingCall); in DisconnectOtherSubIdCall()
542 …DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallRejected(call, isSendSms, c… in RejectRequest()
H A Dcall_object_manager.cpp70 DelayedSingleton<CallControlManager>::GetInstance()->GetVoIPCallState(state); in AddOneCallObject()
94 auto controlManager = DelayedSingleton<CallControlManager>::GetInstance(); in DelayedDisconnectCallConnectAbility()
116 && DelayedSingleton<CallControlManager>::GetInstance()->ShouldDisconnectService()) { in DeleteOneCallObject()
132 && DelayedSingleton<CallControlManager>::GetInstance()->ShouldDisconnectService()) { in DeleteOneCallObject()
H A Dcall_broadcast_subscriber.cpp100 DelayedSingleton<CallControlManager>::GetInstance()->ConnectCallUiService(isConnectService); in ConnectCallUiServiceBroadcast()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp623 std::shared_ptr<CallControlManager> callControlManager = std::make_shared<CallControlManager>();
679 std::shared_ptr<CallControlManager> callControlManager = std::make_shared<CallControlManager>();
735 std::shared_ptr<CallControlManager> callControlManager = std::make_shared<CallControlManager>();
789 std::shared_ptr<CallControlManager> callControlManager = std::make_shared<CallControlManager>();
814 CallControlManager::SystemAbilityListener listen(subscriberPtr);
845 std::shared_ptr<CallControlManager> callControlManager = std::make_shared<CallControlManager>();
/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp232 DelayedSingleton<CallControlManager>::GetInstance()->RejectCall(satelliteCallId, in SetSatelliteCallCountDownProcessing()
235 DelayedSingleton<CallControlManager>::GetInstance()->HangUpCall(satelliteCallId); in SetSatelliteCallCountDownProcessing()
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h137 std::shared_ptr<CallControlManager> callControlManagerPtr_;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h44 class CallControlManager : public CallPolicy {
45 DECLARE_DELAYED_SINGLETON(CallControlManager)
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp103 DelayedSingleton<CallControlManager>::GetInstance()->GetVoIPCallState(state); in GetVoipCallState()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_scene_processor.cpp195 DelayedSingleton<CallControlManager>::GetInstance()->GetVoIPCallState(state); in SwitchIncoming()
H A Daudio_control_manager.cpp663 bool hasCall = DelayedSingleton<CallControlManager>::GetInstance()->HasCall(); in SetMute()
669 …if ((DelayedSingleton<CallControlManager>::GetInstance()->HasEmergency(enabled) == TELEPHONY_SUCCE… in SetMute()
723 DelayedSingleton<CallControlManager>::GetInstance()->GetVoIPCallState(state); in PlayCallEndedTone()
H A Daudio_proxy.cpp480 …DelayedSingleton<CallControlManager>::GetInstance()->SetMuted(audioGroupManager->IsMicrophoneMute(… in OnMicStateUpdated()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp31 : callControlManagerPtr_(DelayedSingleton<CallControlManager>::GetInstance()), in BluetoothCallService()
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h787 std::shared_ptr<CallControlManager> callControlManagerPtr_;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp70 if (!DelayedSingleton<CallControlManager>::GetInstance()->Init()) { in Init()
74 callControlManagerPtr_ = DelayedSingleton<CallControlManager>::GetInstance(); in Init()