Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp39 bool ParamCheckUtils::IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot) in IsStoreIdSafe() argument
47 [allowStoreIdWithDot](char value) { in IsStoreIdSafe()
48 return (std::isalnum(value) || value == '_') || (allowStoreIdWithDot && value == '.'); in IsStoreIdSafe()
64 const std::string &subUser, bool allowStoreIdWithDot) in CheckStoreParameter() argument
69 if (!IsStoreIdSafe(storeId, allowStoreIdWithDot)) { in CheckStoreParameter()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparam_check_utils.h32 static bool IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot = false);
39 const std::string &subUser = "", bool allowStoreIdWithDot = false);