Home
last modified time | relevance | path

Searched refs:GetCsControl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp187 if (GetCsControl(slot) != nullptr) { in HandlerResetUnRegister()
188 GetCsControl(slot)->ReleaseAllConnection(); in HandlerResetUnRegister()
354 auto csControl = GetCsControl(callInfo.slotId); in DialNormalCall()
392 auto csControl = GetCsControl(callInfo.slotId); in HangUp()
734 if (GetCsControl(it)) { in HangUpAllConnection()
735 GetCsControl(it)->HangUpAllConnection(it); in HangUpAllConnection()
752 if (GetCsControl(slotId) != nullptr) { in SetReadyToCall()
766 if (GetCsControl(slotId)) { in HangUpAllConnection()
1389 auto csControl = GetCsControl(info.slotId); in SetControl()
1455 auto csControl = GetCsControl(it); in HandleCallManagerException()
[all …]
H A Dcellular_call_handler.cpp349 auto csControl = serviceInstance->GetCsControl(slotId_); in ReportCsCallsData()
721 auto csControl = serviceInstance->GetCsControl(slotId_); in ExecutePostDial()
1290 auto csControl = serviceInstance_->GetCsControl(slotId_); in SrvccStateCompleted()
1719 auto csControl = serviceInstance->GetCsControl(slotId_); in OnRilAdapterHostDied()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp763 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
764 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
830 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
831 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
H A Dzero_branch1_test.cpp698 cellularCall.GetCsControl(SIM1_SLOTID);
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h593 std::shared_ptr<CSControl> GetCsControl(int32_t slotId);