Home
last modified time | relevance | path

Searched refs:GetConnectionMap (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp833 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 Dsatellite_control.h85 SatelliteConnectionMap GetConnectionMap();
H A Dcs_control.h173 CsConnectionMap GetConnectionMap();
H A Dims_control.h157 ImsConnectionMap GetConnectionMap();
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp145 auto connectionMap = satelliteControl.GetConnectionMap();
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp347 SatelliteConnectionMap SatelliteControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::SatelliteControl
H A Dcs_control.cpp674 CsConnectionMap CSControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::CSControl
H A Dims_control.cpp345 ImsConnectionMap IMSControl::GetConnectionMap() in GetConnectionMap() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp729 csControl.GetConnectionMap();
867 imsControl.GetConnectionMap();