Searched refs:SetCsControl (Results 1 - 5 of 5) sorted by relevance
/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() 1297 serviceInstance_->SetCsControl(slotId_, nullptr); in SrvccStateCompleted() 1301 serviceInstance_->SetCsControl(slotId_, csControl); in SrvccStateCompleted() 1687 serviceInstance->SetCsControl(slotId_, nullptr); in UpdateRsrvccStateReport() 1778 serviceInstance->SetCsControl(slotId_, nullptr); in OnRilAdapterHostDied()
|
H A D | cellular_call_service.cpp | 362 SetCsControl(callInfo.slotId, csControl); in DialNormalCall() 1044 void CellularCallService::SetCsControl(int32_t slotId, const std::shared_ptr<CSControl> &csControl) in SetCsControl() function in OHOS::Telephony::CellularCallService 1398 SetCsControl(info.slotId, csControl); in SetControl()
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 612 * Set SetCsControl 617 void SetCsControl(int32_t slotId, const std::shared_ptr<CSControl> &csControl);
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 759 serviceInstance->SetCsControl(slotId, csControl); in HWTEST_F() 826 serviceInstance->SetCsControl(slotId, csControl); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 701 cellularCall.SetCsControl(SIM1_SLOTID, csControl); in HWTEST_F()
|
Completed in 10 milliseconds