Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/base/
H A Dparam_trie.c338 static const uint32_t typeLengths[] = { in GetParamMaxLen() local
341 if (type >= ARRAY_LENGTH(typeLengths)) { in GetParamMaxLen()
344 return typeLengths[type]; in GetParamMaxLen()