Searched refs:vSimModemCount (Results 1 – 2 of 2) sorted by relevance
75 char vSimModemCount[SYSPARA_SIZE] = { 0 }; in GetVSimModemCount() local76 GetParameter(VSIM_MODEM_COUNT_STR, DEFAULT_VSIM_MODEM_COUNT, vSimModemCount, SYSPARA_SIZE); in GetVSimModemCount()77 vSimModemCount_ = std::atoi(vSimModemCount); in GetVSimModemCount()
1064 char vSimModemCount[HRIL_SYSPARA_SIZE] = { 0 }; in GetSimSlotCount() local1065 …GetParameter(HRIL_VSIM_MODEM_COUNT_STR, HRIL_DEFAULT_VSIM_MODEM_COUNT, vSimModemCount, HRIL_SYSPAR… in GetSimSlotCount()1066 int32_t vSimModemCountNumber = std::atoi(vSimModemCount); in GetSimSlotCount()