Searched refs:SIM_SLOT_0 (Results 1 – 8 of 8) sorted by relevance
100 return slotId == SIM_SLOT_0; in IsValidSlotId()103 if (slotId == SIM_SLOT_0 || slotId == SIM_SLOT_1) { in IsValidSlotId()
102 slotVector.push_back(SIM_SLOT_0); in GetSlotInfo()
132 for (int32_t slotId = SimSlotId::SIM_SLOT_0; slotId < SIM_SLOT_COUNT; slotId++) { in RegisterImsCoreServiceCallback()
70 SIM_SLOT_0 = 0, enumerator
299 if (slotId < SIM_SLOT_0 || slotId >= SIM_SLOT_COUNT) { in TaskSchedule()
1080 return slotId == SIM_SLOT_0 || slotId == SIM_SLOT_1; in IsValidSlotId()
42 for (int32_t slotId = SIM_SLOT_0; slotId < SIM_SLOT_COUNT; slotId++) { in OnInit()
635 if (context->defaultSmsSlotId >= SIM_SLOT_0) { in NativeGetDefaultSmsSlotId()