Home
last modified time | relevance | path

Searched refs:RestoreConnection (Results 1 – 3 of 3) sorted by relevance

/base/telephony/cellular_call/services/control/include/
Dims_control.h190 int32_t RestoreConnection(const std::vector<CellularCallInfo> &infos, int32_t slotId);
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp551 int32_t IMSControl::RestoreConnection(const std::vector<CellularCallInfo> &infos, int32_t slotId) in RestoreConnection() function in OHOS::Telephony::IMSControl
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp1269 imsControl->RestoreConnection(infos, it); in HangUpWithCellularCallRestart()