Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dmock_update_attempter.h46 MOCK_METHOD3(CheckForUpdate,
Dcommon_service_unittest.cc58 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive)) in TEST_F()
75 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F()
Dcommon_service.cc100 *out_result = SystemState::Get()->update_attempter()->CheckForUpdate( in AttemptUpdate()
Dupdate_attempter.h127 virtual bool CheckForUpdate(const std::string& app_version,
Dupdate_attempter_unittest.cc351 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()
Dupdate_attempter.cc910 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter