Searched refs:SetImsControl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 625 void SetImsControl(int32_t slotId, const std::shared_ptr<IMSControl> &imsControl);
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 410 serviceInstance->SetImsControl(slotId_, nullptr); in ReportImsCallsData() 420 serviceInstance->SetImsControl(slotId_, imsControl); in ReportImsCallsData() 1304 serviceInstance_->SetImsControl(slotId_, nullptr); in SrvccStateCompleted() 1733 serviceInstance->SetImsControl(slotId_, nullptr); in OnRilAdapterHostDied()
|
H A D | cellular_call_service.cpp | 349 SetImsControl(callInfo.slotId, imsControl); in DialNormalCall() 1053 void CellularCallService::SetImsControl(int32_t slotId, const std::shared_ptr<IMSControl> &imsContr… in SetImsControl() function in OHOS::Telephony::CellularCallService 1409 SetImsControl(info.slotId, imsControl); in SetControl()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 761 serviceInstance->SetImsControl(slotId, imsControl); 828 serviceInstance->SetImsControl(slotId, imsControl);
|
H A D | zero_branch1_test.cpp | 703 cellularCall.SetImsControl(SIM1_SLOTID, imsControl);
|