Lines Matching defs:slotId
31 HandleEcc(callInfo, isEcc, CheckAirplaneModeScene(callInfo), CheckActivateSimScene(callInfo.slotId));
41 if (!moduleServiceUtils.GetRadioState(callInfo.slotId)) {
50 bool ControlBase::IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bool isNeedUseIms)
83 if (DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId) == nullptr) {
87 return DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId)->SendEvent(
116 bool ControlBase::CheckActivateSimScene(int32_t slotId)
119 DelayedRefSingleton<CoreServiceClient>::GetInstance().HasSimCard(slotId, hasSimCard);
122 isActivateSim = DelayedRefSingleton<CoreServiceClient>::GetInstance().IsSimActive(slotId);
136 int32_t ret = moduleServiceUtils.UpdateRadioOn(callInfo.slotId);
143 int32_t ret = DelayedRefSingleton<CoreServiceClient>::GetInstance().SetActiveSim(callInfo.slotId, true);
148 int32_t otherSlotId = callInfo.slotId == SLOT_0 ? SLOT_1 : SLOT_0;
159 while (!cellularCallConfig.IsReadyToCall(callInfo.slotId)) {
169 int32_t ControlBase::SetReadyToCall(int32_t slotId, bool isReadyToCall)
173 if (!cellularCallConfig.IsReadyToCall(slotId) && isReadyToCall) {
174 cellularCallConfig.SetReadyToCall(slotId, isReadyToCall);