Searched defs:warning_message (Results 1 - 2 of 2) sorted by relevance
/system/connectivity/shill/dbus/ |
H A D | chromeos_third_party_vpn_dbus_adaptor.cc | 95 std::string* warning_message) { 99 client_->SetParameters(parameters, &error_message, warning_message); 92 SetParameters( brillo::ErrorPtr* error, const std::map<std::string, std::string>& parameters, std::string* warning_message) argument
|
/system/connectivity/shill/vpn/ |
H A D | third_party_vpn_driver.cc | 205 std::string* error_message, std::string* warning_message) { 216 warning_message->append(*value + " for " + key + " is invalid;"); 236 std::string* error_message, std::string* warning_message) { 248 warning_message->append(*value + " for " + key + " is invalid;"); 254 warning_message->append("Duplicate entry for " + *value + " in " + key + 314 std::string* error_message, std::string* warning_message) { 341 warning_message); 347 error_message, warning_message); 370 warning_message); 202 ProcessIPArray( const std::map<std::string, std::string>& parameters, const char* key, char delimiter, std::vector<std::string>* target, bool mandatory, std::string* error_message, std::string* warning_message) argument 233 ProcessIPArrayCIDR( const std::map<std::string, std::string>& parameters, const char* key, char delimiter, std::vector<std::string>* target, bool mandatory, std::string* error_message, std::string* warning_message) argument 312 SetParameters( const std::map<std::string, std::string>& parameters, std::string* error_message, std::string* warning_message) argument
|
Completed in 54 milliseconds