Searched refs:pConnection (Results 1 – 4 of 4) sorted by relevance
224 if (pConnection != nullptr && pConnection->GetStatus() == state) { in FindConnectionByState()225 return pConnection; in FindConnectionByState()243 if (pConnection != nullptr && pConnection->GetIndex() == index) { in FindConnectionByIndex()244 return pConnection; in FindConnectionByIndex()280 if (pConnection != nullptr && pConnection->GetStatus() == state) { in IsInState()313 if (pConnection == nullptr) { in StartDtmf()321 return pConnection->StartDtmfRequest(callInfo.slotId, cDtmfCode, pConnection->GetIndex()); in StartDtmf()349 if (pConnection == nullptr) { in StopDtmf()353 return pConnection->StopDtmfRequest(callInfo.slotId, pConnection->GetIndex()); in StopDtmf()393 if (pConnection == nullptr) { in SendDtmf()[all …]
172 if (pConnection == nullptr) { in HangUp()220 auto pConnection = in Answer() local222 if (pConnection == nullptr) { in Answer()296 auto pConnection = in Reject() local298 if (pConnection == nullptr) { in Reject()387 if (pConnection != nullptr) { in SeparateConference()388 return pConnection->SeparateConferenceRequest(slotId, pConnection->GetIndex(), VOICE_CALL); in SeparateConference()458 if (pConnection == nullptr) { in ReportUpdateInfo()467 pConnection->SetFlag(true); in ReportUpdateInfo()626 if (pConnection == nullptr) { in ExecutePostDial()[all …]
100 if (pConnection == nullptr) { in HangUp()128 if (pConnection == nullptr) { in Answer()151 return pConnection->AnswerRequest(callInfo.slotId); in Answer()166 if (pConnection == nullptr) { in Reject()172 if (!pConnection->IsRingingState()) { in Reject()182 return pConnection->RejectRequest(callInfo.slotId); in Reject()207 if (pConnection == nullptr) { in ReportUpdateInfo()215 pConnection->SetFlag(true); in ReportUpdateInfo()431 if (pConnection == nullptr) { in ExecutePostDial()442 pConnection->GetLeftPostDialCallString()); in ExecutePostDial()[all …]
134 if (pConnection == nullptr) { in HangUp()171 if (pConnection == nullptr) { in Answer()224 auto pConnection = in Reject() local226 if (pConnection == nullptr) { in Reject()230 if (!pConnection->IsRingingState()) { in Reject()315 if (pConnection != nullptr) { in KickOutFromConference()316 return pConnection->KickOutFromConferenceRequest(slotId, pConnection->GetIndex()); in KickOutFromConference()444 if (pConnection == nullptr) { in ReportUpdateInfo()453 pConnection->SetFlag(true); in ReportUpdateInfo()556 if (pConnection == nullptr) { in ExecutePostDial()[all …]