Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/cros/ |
D | mock_update_attempter.h | 46 MOCK_METHOD3(CheckForUpdate,
|
D | common_service_unittest.cc | 58 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive)) in TEST_F() 75 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F()
|
D | common_service.cc | 100 *out_result = SystemState::Get()->update_attempter()->CheckForUpdate( in AttemptUpdate()
|
D | update_attempter.h | 127 virtual bool CheckForUpdate(const std::string& app_version,
|
D | update_attempter_unittest.cc | 351 attempter_.CheckForUpdate( in TestCheckForUpdate() 1615 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F() 1760 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F() 1770 attempter_.CheckForUpdate("", in TEST_F()
|
D | update_attempter.cc | 910 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter
|