Searched refs:IsValidUserPropName (Results 1 – 4 of 4) sorted by relevance
44 bool IsValidUserPropName(const std::string& name);
111 if (!IsValidUserPropName(strName)) { in SetUserProperty()147 if (!IsValidUserPropName(strName)) { in GetUserProperty()
170 if (!IsValidUserPropName(userProperty)) { in GenConfigUserPropertiesProp()
427 bool IsValidUserPropName(const std::string& name) in IsValidUserPropName() function