Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/include/
H A Dparam_trie.h58 INIT_LOCAL_API uint32_t GetParamMaxLen(uint8_t type);
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_trie.c282 realLen += keyLen + GetParamMaxLen(type); in AddParamNode()
336 INIT_LOCAL_API uint32_t GetParamMaxLen(uint8_t type) in GetParamMaxLen() function
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_manager.c603 PARAM_CHECK(strlen(value) < GetParamMaxLen(paramType), in CheckParamValue()