Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp126 const uint32_t tokenIdMinLen = 2; in GetAuthParamStr() local
130 if (tokenIdStr.size() > tokenIdMinLen) { in GetAuthParamStr()