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.cc57 EXPECT_CALL(*mock_update_attempter_, CheckForUpdate( in TEST_F()
Dcommon_service.cc84 system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
Dupdate_attempter.h148 virtual void CheckForUpdate(const std::string& app_version,
Dupdate_attempter_unittest.cc999 attempter_.CheckForUpdate("", "autest", true); in TEST_F()
1006 attempter_.CheckForUpdate("", "autest-scheduled", true); in TEST_F()
Dupdate_attempter.cc788 void UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter
1095 CheckForUpdate( in OnCheckForUpdates()