Home
last modified time | relevance | path

Searched refs:pConnection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h224 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 …]
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp172 if (pConnection == nullptr) { in HangUp()
220 auto pConnection = in Answer() local
222 if (pConnection == nullptr) { in Answer()
296 auto pConnection = in Reject() local
298 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 …]
H A Dsatellite_control.cpp100 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 …]
H A Dims_control.cpp134 if (pConnection == nullptr) { in HangUp()
171 if (pConnection == nullptr) { in Answer()
224 auto pConnection = in Reject() local
226 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 …]