Home
last modified time | relevance | path

Searched refs:ImsConnectionMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dims_control.h26 using ImsConnectionMap = std::map<int32_t, CellularCallConnectionIMS>; variable
157 ImsConnectionMap GetConnectionMap();
258 ImsConnectionMap connectionMap_; // save callConnection map
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp132 … auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in HangUp()
169 auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in Answer()
184 auto con = FindConnectionByState<ImsConnectionMap &, CellularCallConnectionIMS *>( in Answer()
225 …FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connectionMap_, callInfo.in… in Reject()
314 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in KickOutFromConference()
345 ImsConnectionMap IMSControl::GetConnectionMap() in GetConnectionMap()
442 auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>( in ReportUpdateInfo()
555 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in ExecutePostDial()
583 …auto pConnection = FindConnectionByIndex<ImsConnectionMap &, CellularCallConnectionIMS *>(connecti… in PostDialProceed()