Home
last modified time | relevance | path

Searched refs:HRIL_SYSPARA_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_types.h190 inline const int32_t HRIL_SYSPARA_SIZE = 128; variable
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp1061 char simSlotCount[HRIL_SYSPARA_SIZE] = { 0 }; in GetSimSlotCount()
1062 GetParameter(HRIL_TEL_SIM_SLOT_COUNT, HRIL_DEFAULT_SLOT_COUNT, simSlotCount, HRIL_SYSPARA_SIZE); in GetSimSlotCount()
1064 char vSimModemCount[HRIL_SYSPARA_SIZE] = { 0 }; in GetSimSlotCount()
1065 …meter(HRIL_VSIM_MODEM_COUNT_STR, HRIL_DEFAULT_VSIM_MODEM_COUNT, vSimModemCount, HRIL_SYSPARA_SIZE); in GetSimSlotCount()