Home | History | Annotate | Download | only in chromeos

Lines Matching defs:error_description

250                          std::string* error_description);
266 const std::string& error_description);
270 const std::string& error_description);
636 std::string* error_description) {
653 *error_description = GetErrorMessage(kFailedConnectivity);
737 std::string error_description;
861 error_description = GetErrorMessage(kFailedConnectivity);
876 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
908 error_description = GetErrorMessage(kFailedConnectivity);
918 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
935 GotActivationError(network, &error_description)) {
979 if (new_state == PLAN_ACTIVATION_ERROR && !error_description.length())
980 error_description = GetErrorMessage(kErrorDefault);
982 ChangeState(network, new_state, error_description);
1055 const std::string& error_description) {
1060 if (error_description.length())
1061 device_dict.SetString("error", error_description);
1069 const std::string& error_description) {
1093 UpdatePage(network, error_description);