Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp579 const int32_t sysparaSize = SYSTEM_PARAMETER_LENGTH; in IsSimChanged() local
580 char lastIccid[sysparaSize] = { 0 }; in IsSimChanged()
582 GetParameter(key.c_str(), "", lastIccid, sysparaSize); in IsSimChanged()