Searched defs:pConnection (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 223 T2 pConnection = &it.second; in FindConnectionByState() local 242 T2 pConnection = &it.second; in FindConnectionByIndex() local 279 auto pConnection = &it.second; in IsInState() local 312 … auto pConnection = FindConnectionByIndex<T &, decltype(&t.begin()->second)>(t, callInfo.index); in StartDtmf() local 348 … auto pConnection = FindConnectionByIndex<T &, decltype(&t.begin()->second)>(t, callInfo.index); in StopDtmf() local 392 … auto pConnection = FindConnectionByIndex<T &, decltype(&t.begin()->second)>(t, callInfo.index); in SendDtmf() local
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 98 …auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, CellularCallConnectionSatellite… in HangUp() local 126 …auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, CellularCallConnectionSatellite… in Answer() local 164 …auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, CellularCallConnectionSatellite… in Reject() local 205 …auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, CellularCallConnectionSatellite… in ReportUpdateInfo() local 429 auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, in ExecutePostDial() local 458 …auto pConnection = FindConnectionByIndex<SatelliteConnectionMap &, CellularCallConnectionSatellite… in PostDialProceed() local
|
H A D | cs_control.cpp | 118 CellularCallConnectionCS pConnection; in DialGsm() local 170 auto pConnection = FindConnectionByIndex<CsConnectionMap &, CellularCallConnectionCS *>( in HangUp() local 220 auto pConnection = in Answer() local 296 auto pConnection = in Reject() local 386 …auto pConnection = FindConnectionByIndex<CsConnectionMap &, CellularCallConnectionCS *>(connection… in SeparateConference() local 456 auto pConnection = FindConnectionByIndex<CsConnectionMap &, CellularCallConnectionCS *>( in ReportUpdateInfo() local 625 …auto pConnection = FindConnectionByIndex<CsConnectionMap &, CellularCallConnectionCS *>(connection… in ExecutePostDial() local 653 auto pConnection = FindConnectionByIndex<CsConnectionMap &, CellularCallConnectionCS *>( in PostDialProceed() local
|
H A D | ims_control.cpp | 132 … auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in HangUp() local 169 auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in Answer() local 224 auto pConnection = in Reject() local 314 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in KickOutFromConference() local 442 auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in ReportUpdateInfo() local 555 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in ExecutePostDial() local 583 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in PostDialProceed() local
|