Searched refs:slotCount (Results 1 – 9 of 9) sorted by relevance
14 const.telephony.slotCount=1
50 T slotCount = std::atoi(simSlotCount); in GetMaxSlotCount() local51 return slotCount; in GetMaxSlotCount()
31 virtual bool OnInit(int32_t slotCount) = 0;
264 uint8_t slotCount = *(keyInfo->data + slotCountPos); /* keyInfo size has been checked */ in GetSlotCountLoop() local266 return (slotCount < HKS_LOCAL_STORAGE_KEY_MAX_NUM) ? slotCount : HKS_LOCAL_STORAGE_KEY_MAX_NUM; in GetSlotCountLoop()
82 int32_t slotCount = GetMaxSimCount(); in Init() local85 simManager_->OnInit(slotCount); in Init()954 int32_t slotCount = std::atoi(simSlotCount); in GetMaxSimCount() local955 return slotCount; in GetMaxSimCount()
39 bool SimManager::OnInit(int32_t slotCount) in OnInit() argument41 TELEPHONY_LOGI("SimManager OnInit, slotCount = %{public}d", slotCount); in OnInit()42 slotCount_ = slotCount; in OnInit()
39 bool OnInit(int32_t slotCount) override;
75 int32_t slotCount = std::atoi(simSlotCount); in GetMaxSimCount() local76 return slotCount; in GetMaxSimCount()
2169 int32_t slotCount = std::atoi(simSlotCount); in GetMaxSimCount() local2170 return slotCount; in GetMaxSimCount()