Searched refs:SetCsControl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 364 serviceInstance->SetCsControl(slotId_, nullptr); in ReportCsCallsData() 374 serviceInstance->SetCsControl(slotId_, csControl); in ReportCsCallsData() 1294 serviceInstance_->SetCsControl(slotId_, nullptr); in SrvccStateCompleted() 1298 serviceInstance_->SetCsControl(slotId_, csControl); in SrvccStateCompleted() 1634 serviceInstance->SetCsControl(slotId_, nullptr); in UpdateRsrvccStateReport() 1725 serviceInstance->SetCsControl(slotId_, nullptr); in OnRilAdapterHostDied()
|
H A D | cellular_call_service.cpp | 361 SetCsControl(callInfo.slotId, csControl); in DialNormalCall() 1043 void CellularCallService::SetCsControl(int32_t slotId, const std::shared_ptr<CSControl> &csControl) in SetCsControl() function in OHOS::Telephony::CellularCallService 1397 SetCsControl(info.slotId, csControl); in SetControl()
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 617 void SetCsControl(int32_t slotId, const std::shared_ptr<CSControl> &csControl);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 759 serviceInstance->SetCsControl(slotId, csControl); 826 serviceInstance->SetCsControl(slotId, csControl);
|
H A D | zero_branch1_test.cpp | 701 cellularCall.SetCsControl(SIM1_SLOTID, csControl);
|