Searched refs:GetConnectionMap (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 833 return imsControl->StartDtmf(imsControl->GetConnectionMap(), cDtmfCode, callInfo); in StartDtmf() 840 return csControl->StartDtmf(csControl->GetConnectionMap(), cDtmfCode, callInfo); in StartDtmf() 847 … return satelliteControl->StartDtmf(satelliteControl->GetConnectionMap(), cDtmfCode, callInfo); in StartDtmf() 868 return imsControl->StopDtmf(imsControl->GetConnectionMap(), callInfo); in StopDtmf() 875 return csControl->StopDtmf(csControl->GetConnectionMap(), callInfo); in StopDtmf() 882 return satelliteControl->StopDtmf(satelliteControl->GetConnectionMap(), callInfo); in StopDtmf() 939 return imsControl->SendDtmf(imsControl->GetConnectionMap(), cDtmfCode, callInfo); in SendDtmf() 946 return csControl->SendDtmf(csControl->GetConnectionMap(), cDtmfCode, callInfo); in SendDtmf() 953 … return satelliteControl->SendDtmf(satelliteControl->GetConnectionMap(), cDtmfCode, callInfo); in SendDtmf()
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | satellite_control.h | 85 SatelliteConnectionMap GetConnectionMap();
|
H A D | cs_control.h | 173 CsConnectionMap GetConnectionMap();
|
H A D | ims_control.h | 157 ImsConnectionMap GetConnectionMap();
|
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | zero_branch_test.cpp | 145 auto connectionMap = satelliteControl.GetConnectionMap();
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 347 SatelliteConnectionMap SatelliteControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::SatelliteControl
|
H A D | cs_control.cpp | 674 CsConnectionMap CSControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::CSControl
|
H A D | ims_control.cpp | 345 ImsConnectionMap IMSControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::IMSControl
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 729 csControl.GetConnectionMap(); 867 imsControl.GetConnectionMap();
|