Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp134 int32_t otherRingCallId = GetOtherRingingCall(callId); in AnswerRequestForDsda() local
135 if (otherRingCallId != INVALID_CALLID) { in AnswerRequestForDsda()
136 sptr<CallBase> ringingCall = GetOneCallObject(otherRingCallId); in AnswerRequestForDsda()
239 int32_t otherRingCallId = INVALID_CALLID; in GetOtherRingingCall() local
248 otherRingCallId = call->GetCallID(); in GetOtherRingingCall()
252 return otherRingCallId; in GetOtherRingingCall()

Completed in 3 milliseconds