Home
last modified time | relevance | path

Searched refs:GetImsControl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp190 if (GetImsControl(slot) != nullptr) { in HandlerResetUnRegister()
191 GetImsControl(slot)->ReleaseAllConnection(); in HandlerResetUnRegister()
696 auto control = GetImsControl(slotId); in InviteToConference()
737 if (GetImsControl(it)) { in HangUpAllConnection()
755 if (GetImsControl(slotId) != nullptr) { in SetReadyToCall()
769 if (GetImsControl(slotId)) { in HangUpAllConnection()
961 auto control = GetImsControl(slotId); in StartRtt()
971 auto control = GetImsControl(slotId); in StopRtt()
1401 auto imsControl = GetImsControl(info.slotId); in SetControl()
1459 auto imsControl = GetImsControl(it); in HandleCallManagerException()
[all …]
H A Dcellular_call_handler.cpp401 auto imsControl = serviceInstance->GetImsControl(slotId_); in ReportImsCallsData()
714 auto imsControl = serviceInstance->GetImsControl(slotId_); in ExecutePostDial()
740 imsControl = serviceInstence->GetImsControl(slotId_); in SwapCallResponse()
1300 auto imsControl = serviceInstance_->GetImsControl(slotId_); in SrvccStateCompleted()
1727 auto imsControl = serviceInstance->GetImsControl(slotId_); in OnRilAdapterHostDied()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h601 std::shared_ptr<IMSControl> GetImsControl(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp699 cellularCall.GetImsControl(SIM1_SLOTID);