Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/ |
D | mock_update_attempter.h | 52 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 | common_service.cc | 101 *out_result = system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
|
D | update_attempter.h | 140 virtual bool CheckForUpdate(const std::string& app_version,
|
D | update_attempter_unittest.cc | 374 attempter_.CheckForUpdate( in TestCheckForUpdate() 1690 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F() 1812 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F() 1822 attempter_.CheckForUpdate("", in TEST_F()
|
D | update_attempter.cc | 947 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter
|