Searched refs:IsLegalPropertyValue (Results 1 – 4 of 4) sorted by relevance
71 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value);
169 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in check_setprop()
449 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value) { in IsLegalPropertyValue() function
183 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in PropertySet()