Searched refs:IsStoreIdSafe (Results 1 – 3 of 3) sorted by relevance
32 static bool IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot = false);
39 bool ParamCheckUtils::IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot) in IsStoreIdSafe() function in DistributedDB::ParamCheckUtils69 if (!IsStoreIdSafe(storeId, allowStoreIdWithDot)) { in CheckStoreParameter()
412 if (!ParamCheckUtils::IsStoreIdSafe(storeId) || GetKvStorePath().empty()) { in DeleteKvStore()526 if (!ParamCheckUtils::IsStoreIdSafe(storeId)) { in GetDatabaseDir()