Home
last modified time | relevance | path

Searched defs:eol_date (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Domaha_utils.cc26 std::string EolDateToString(EolDate eol_date) { in EolDateToString()
30 EolDate StringToEolDate(const std::string& eol_date) { in StringToEolDate()
Domaha_utils_unittest.cc29 for (EolDate eol_date : tests) { in TEST() local
Domaha_request_action_unittest.cc2933 string eol_date; in TEST_F() local
2953 string eol_date; in TEST_F() local
2970 string eol_date; in TEST_F() local
Domaha_request_action.cc1417 const auto& eol_date = eol_date_attr->second; in PersistEolInfo() local
Dupdate_attempter_unittest.cc2346 EolDate eol_date = std::numeric_limits<int64_t>::max(); in TEST_F() local
2358 EolDate eol_date = 1; in TEST_F() local
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h93 int64_t eol_date; member