Searched refs:ErrorCodeToString (Results 1 – 10 of 10) sorted by relevance
29 std::string ErrorCodeToString(ErrorCode code);
26 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
119 << " with code " << utils::ErrorCodeToString(code); in ActionComplete()
58 *os << utils::ErrorCodeToString(error_code); in PrintTo()
43 using chromeos_update_engine::utils::ErrorCodeToString;219 << ", last error code is " << ErrorCodeToString(code) << "(" in HandleStatusUpdate()560 ErrorCodeToString(code).c_str()); in ProcessFlags()
109 utils::ErrorCodeToString(error_code).c_str())); in SendPayloadApplicationComplete()
98 LOG(INFO) << "onPayloadApplicationComplete(" << utils::ErrorCodeToString(code) in onPayloadApplicationComplete()
249 << " (" << utils::ErrorCodeToString(base_error) << ")"; in UpdateFailed()
82 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()100 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()138 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()154 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
274 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()