Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/ |
D | mock_update_attempter.h | 50 MOCK_METHOD3(CheckForUpdate,
|
D | common_service_unittest.cc | 62 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive)) in TEST_F() 79 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F()
|
D | update_attempter_unittest.cc | 1185 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()
|
D | update_attempter.h | 135 virtual bool CheckForUpdate(const std::string& app_version,
|
D | common_service.cc | 105 *out_result = system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
|
D | update_attempter.cc | 790 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter
|