Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h586 void SetImsControl(int32_t slotId, const std::shared_ptr<IMSControl> &imsControl);
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp321 SetImsControl(callInfo.slotId, imsControl); in Dial()
882 void CellularCallService::SetImsControl(int32_t slotId, const std::shared_ptr<IMSControl> &imsContr… in SetImsControl() function in OHOS::Telephony::CellularCallService
1197 SetImsControl(info.slotId, imsControl); in SetControl()
Dcellular_call_handler.cpp276 serviceInstance->SetImsControl(slotId_, nullptr); in ReportImsCallsData()
282 serviceInstance->SetImsControl(slotId_, imsControl); in ReportImsCallsData()
877 serviceInstance_->SetImsControl(slotId_, nullptr); in SrvccStateCompleted()