Home
last modified time | relevance | path

Searched refs:kTestOmahaUrlFlag (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Derror_code.h136 kTestOmahaUrlFlag = 1 << 28, enumerator
142 (kDevModeFlag | kResumedFlag | kTestImageFlag | kTestOmahaUrlFlag)
Derror_code_utils.cc132 case ErrorCode::kTestOmahaUrlFlag: in ErrorCodeToString()
/system/update_engine/
Dmetrics_utils.cc138 case ErrorCode::kTestOmahaUrlFlag: in GetAttemptResult()
256 case ErrorCode::kTestOmahaUrlFlag: in GetDownloadErrorCode()
/system/update_engine/update_manager/
Dchromeos_policy.cc171 case ErrorCode::kTestOmahaUrlFlag: // not an error code in HandleErrorCode()
/system/update_engine/cros/
Dupdate_attempter_unittest.cc903 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)), in TEST_F()
919 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)), in TEST_F()
1710 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)); in TEST_F()
Dpayload_state.cc387 case ErrorCode::kTestOmahaUrlFlag: // not an error code in UpdateFailed()
Dupdate_attempter.cc1501 flags |= static_cast<uint32_t>(ErrorCode::kTestOmahaUrlFlag); in GetErrorCodeFlags()