Searched refs:MAX_SUB_USER_LENGTH (Results 1 – 2 of 2) sorted by relevance
62 static constexpr uint64_t MAX_SUB_USER_LENGTH = 128; variable
87 if (subUser.length() > DBConstant::MAX_SUB_USER_LENGTH) { in CheckStoreParameter()