Home
last modified time | relevance | path

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

/system/update_engine/common/
Derror_code.h129 kTestOmahaUrlFlag = 1 << 28, enumerator
135 (kDevModeFlag | kResumedFlag | kTestImageFlag | kTestOmahaUrlFlag)
Derror_code_utils.cc132 case ErrorCode::kTestOmahaUrlFlag: in ErrorCodeToString()
/system/update_engine/
Dmetrics_utils.cc132 case ErrorCode::kTestOmahaUrlFlag: in GetAttemptResult()
239 case ErrorCode::kTestOmahaUrlFlag: in GetDownloadErrorCode()
Dupdate_attempter_unittest.cc650 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)), in TEST_F()
666 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)), in TEST_F()
1300 static_cast<int>(ErrorCode::kTestOmahaUrlFlag)); in TEST_F()
Dpayload_state.cc377 case ErrorCode::kTestOmahaUrlFlag: // not an error code in UpdateFailed()
Dupdate_attempter.cc1342 flags |= static_cast<uint32_t>(ErrorCode::kTestOmahaUrlFlag); in GetErrorCodeFlags()
/system/update_engine/update_manager/
Dchromeos_policy.cc163 case ErrorCode::kTestOmahaUrlFlag: // not an error code in HandleErrorCode()