Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_update_attempter.h49 MOCK_METHOD3(CheckForUpdate, void(const std::string& app_version,
Dcommon_service_unittest.cc59 EXPECT_CALL(*mock_update_attempter_, CheckForUpdate( in TEST_F()
Dupdate_attempter.h148 virtual void CheckForUpdate(const std::string& app_version,
Dcommon_service.cc85 system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
Dupdate_attempter_unittest.cc970 attempter_.CheckForUpdate("", "autest", true); in TEST_F()
977 attempter_.CheckForUpdate("", "autest-scheduled", true); in TEST_F()
Dupdate_attempter.cc779 void UpdateAttempter::CheckForUpdate(const string& app_version, in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
1070 CheckForUpdate( in UpdateAttempter()