Searched refs:allowStoreIdWithDot (Results 1 – 2 of 2) sorted by relevance
39 bool ParamCheckUtils::IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot) in IsStoreIdSafe() argument47 [allowStoreIdWithDot](char value) { in IsStoreIdSafe()48 return (std::isalnum(value) || value == '_') || (allowStoreIdWithDot && value == '.'); in IsStoreIdSafe()64 const std::string &subUser, bool allowStoreIdWithDot) in CheckStoreParameter() argument69 if (!IsStoreIdSafe(storeId, allowStoreIdWithDot)) { in CheckStoreParameter()
32 static bool IsStoreIdSafe(const std::string &storeId, bool allowStoreIdWithDot = false);39 const std::string &subUser = "", bool allowStoreIdWithDot = false);