Searched refs:SetImsControl (Results 1 - 5 of 5) sorted by relevance
/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);
|
/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() 1307 serviceInstance_->SetImsControl(slotId_, nullptr); in SrvccStateCompleted() 1786 serviceInstance->SetImsControl(slotId_, nullptr); in OnRilAdapterHostDied()
|
H A D | cellular_call_service.cpp | 350 SetImsControl(callInfo.slotId, imsControl); in DialNormalCall() 1054 void CellularCallService::SetImsControl(int32_t slotId, const std::shared_ptr<IMSControl> &imsControl) in SetImsControl() function in OHOS::Telephony::CellularCallService 1410 SetImsControl(info.slotId, imsControl); in SetControl()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 761 serviceInstance->SetImsControl(slotId, imsControl); in HWTEST_F() 828 serviceInstance->SetImsControl(slotId, imsControl); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 703 cellularCall.SetImsControl(SIM1_SLOTID, imsControl); in HWTEST_F()
|
Completed in 10 milliseconds