Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h62 static constexpr uint64_t MAX_SUB_USER_LENGTH = 128; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp87 if (subUser.length() > DBConstant::MAX_SUB_USER_LENGTH) { in CheckStoreParameter()