Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance
49 MOCK_METHOD3(CheckForUpdate, void(const std::string& app_version,
57 EXPECT_CALL(*mock_update_attempter_, CheckForUpdate( in TEST_F()
84 system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
148 virtual void CheckForUpdate(const std::string& app_version,
999 attempter_.CheckForUpdate("", "autest", true); in TEST_F()1006 attempter_.CheckForUpdate("", "autest-scheduled", true); in TEST_F()
788 void UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() function in chromeos_update_engine::UpdateAttempter1095 CheckForUpdate( in OnCheckForUpdates()