Home
last modified time | relevance | path

Searched refs:callRequestEventHandler (Results 1 - 3 of 3) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp636 auto callRequestEventHandler = DelayedSingleton<CallRequestEventHandlerHelper>::GetInstance(); in UpdateDialingCallInfo() local
638 if (callRequestEventHandler->HasPendingMo(callId)) { in UpdateDialingCallInfo()
639 callRequestEventHandler->SetPendingMo(false, -1); in UpdateDialingCallInfo()
641 if (callRequestEventHandler->HasPendingHangup(callId)) { in UpdateDialingCallInfo()
643 callRequestEventHandler->SetPendingHangup(false, -1); in UpdateDialingCallInfo()
670 auto callRequestEventHandler = DelayedSingleton<CallRequestEventHandlerHelper>::GetInstance(); in DialingHandle() local
672 callRequestEventHandler->SetPendingMo(true, call->GetCallID()); in DialingHandle()
675 callRequestEventHandler->RestoreDialingFlag(false); in DialingHandle()
676 callRequestEventHandler->RemoveEventHandlerTask(); in DialingHandle()
1641 auto callRequestEventHandler in HandleDialWhenHolding() local
[all...]
H A Dcall_request_process.cpp807 auto callRequestEventHandler = DelayedSingleton<CallRequestEventHandlerHelper>::GetInstance(); in CarrierDialProcess() local
808 if (callRequestEventHandler->IsDialingCallProcessing()) { in CarrierDialProcess()
811 callRequestEventHandler->RestoreDialingFlag(true); in CarrierDialProcess()
812 callRequestEventHandler->SetDialingCallProcessing(); in CarrierDialProcess()
818 callRequestEventHandler->RestoreDialingFlag(false); in CarrierDialProcess()
819 callRequestEventHandler->RemoveEventHandlerTask(); in CarrierDialProcess()
834 callRequestEventHandler->RestoreDialingFlag(false); in CarrierDialProcess()
835 callRequestEventHandler->RemoveEventHandlerTask(); in CarrierDialProcess()
H A Dcall_control_manager.cpp400 auto callRequestEventHandler = DelayedSingleton<CallRequestEventHandlerHelper>::GetInstance(); in HangUpCall() local
401 if (callRequestEventHandler->HasPendingMo(callId)) { in HangUpCall()
402 callRequestEventHandler->SetPendingMo(false, -1); in HangUpCall()
403 callRequestEventHandler->SetPendingHangup(true, callId); in HangUpCall()

Completed in 7 milliseconds