Home
last modified time | relevance | path

Searched refs:MAX_USER_POLICY_SIZE (Results 1 - 2 of 2) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp38 static const int32_t MAX_USER_POLICY_SIZE = 1024; member
844 if ((userSize > MAX_USER_POLICY_SIZE) || (permSize > MAX_USER_POLICY_SIZE)) { in InitUserPolicyInner()
886 if (userSize > MAX_USER_POLICY_SIZE) { in UpdateUserPolicyInner()
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_proxy.cpp30 static const int32_t MAX_USER_POLICY_SIZE = 1024; member
1195 if ((userLen == 0) || (userLen > MAX_USER_POLICY_SIZE) || (permLen == 0) || (permLen > MAX_USER_POLICY_SIZE)) { in InitUserPolicy()
1270 if ((userLen == 0) || (userLen > MAX_USER_POLICY_SIZE)) { in UpdateUserPolicy()

Completed in 7 milliseconds