Lines Matching refs:Error
25 #include <brillo/errors/error.h>
31 class Error;
40 bool ValidateSsid(Error* error, const std::string& value);
41 bool ValidateSecurityMode(Error* error, const std::string& value);
42 bool ValidatePassphrase(Error* error, const std::string& value);
43 bool ValidateHwMode(Error* error, const std::string& value);
44 bool ValidateOperationMode(Error* error, const std::string& value);
45 bool ValidateChannel(Error* error, const uint16_t& value);
52 // |error| when encounter invalid configuration. Return true if success,
54 virtual bool GenerateConfigFile(Error* error, std::string* config_str);
148 bool AppendHostapdDefaults(Error* error, std::string* config_str);
151 bool AppendHwMode(Error* error, std::string* config_str);
154 bool AppendInterface(Error* error, std::string* config_str);
157 bool AppendSecurityMode(Error* error, std::string* config_str);