Home
last modified time | relevance | path

Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dmock_update_attempter.h50 MOCK_METHOD3(CheckForUpdate,
Dcommon_service_unittest.cc62 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive)) in TEST_F()
79 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F()
Dupdate_attempter_unittest.cc1185 attempter_.CheckForUpdate("", "autest", UpdateAttemptFlags::kNone); in TEST_F()
1193 attempter_.CheckForUpdate("", "autest", UpdateAttemptFlags::kNone); in TEST_F()
1200 attempter_.CheckForUpdate("", "autest-scheduled", UpdateAttemptFlags::kNone); in TEST_F()
1236 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F()
1351 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F()
1361 attempter_.CheckForUpdate("", in TEST_F()
Dupdate_attempter.h135 virtual bool CheckForUpdate(const std::string& app_version,
Dcommon_service.cc105 *out_result = system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
Dupdate_attempter.cc790 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter