Searched refs:CheckForUpdate (Results 1 – 6 of 6) sorted by relevance
49 MOCK_METHOD3(CheckForUpdate, void(const std::string& app_version,
59 EXPECT_CALL(*mock_update_attempter_, CheckForUpdate( in TEST_F()
148 virtual void CheckForUpdate(const std::string& app_version,
85 system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
970 attempter_.CheckForUpdate("", "autest", true); in TEST_F()977 attempter_.CheckForUpdate("", "autest-scheduled", true); in TEST_F()
779 void UpdateAttempter::CheckForUpdate(const string& app_version, in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter1070 CheckForUpdate( in UpdateAttempter()