HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAttempterTest (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter_unittest.cc 111 class UpdateAttempterTest : public ::testing::Test {
113 UpdateAttempterTest()
134 CHECK(utils::MakeTempDirectory("UpdateAttempterTest-XXXXXX", &test_dir_));
218 void UpdateAttempterTest::ScheduleQuitMainLoop() {
222 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) {
233 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) {
243 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) {
261 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) {
273 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) {
304 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest)
    [all...]
update_attempter.h 260 friend class UpdateAttempterTest;
261 FRIEND_TEST(UpdateAttempterTest, ActionCompletedDownloadTest);
262 FRIEND_TEST(UpdateAttempterTest, ActionCompletedErrorTest);
263 FRIEND_TEST(UpdateAttempterTest, ActionCompletedOmahaRequestTest);
264 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventTest);
265 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
266 FRIEND_TEST(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest);
267 FRIEND_TEST(UpdateAttempterTest, MarkDeltaUpdateFailureTest);
268 FRIEND_TEST(UpdateAttempterTest, PingOmahaTest);
269 FRIEND_TEST(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest)
    [all...]
omaha_response_handler_action.h 91 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);

Completed in 53 milliseconds