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

  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 227 testing::StrictMock<MockPostinstallRunnerActionDelegate> mock_delegate_; local
228 action.set_delegate(&mock_delegate_);
236 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.25));
238 testing::Mock::VerifyAndClearExpectations(&mock_delegate_);
352 testing::StrictMock<MockPostinstallRunnerActionDelegate> mock_delegate_; local
354 EXPECT_CALL(mock_delegate_, ProgressUpdate(0));
357 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.25));
358 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.5));
359 EXPECT_CALL(mock_delegate_, ProgressUpdate(1.));
361 EXPECT_CALL(mock_delegate_, ProgressUpdate(1.))
    [all...]
delta_performer_unittest.cc 102 EXPECT_CALL(mock_delegate_, ShouldCancel(_))
334 MockDownloadActionDelegate mock_delegate_; member in class:chromeos_update_engine::DeltaPerformerTest
336 &prefs_, &fake_boot_control_, &fake_hardware_, &mock_delegate_, &install_plan_};
374 testing::Mock::VerifyAndClearExpectations(&mock_delegate_);
375 EXPECT_CALL(mock_delegate_, ShouldCancel(_))
    [all...]
delta_performer_integration_test.cc 95 MockDownloadActionDelegate mock_delegate_; member in struct:chromeos_update_engine::__anon73613::DeltaState
715 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_))
746 &state->mock_delegate_,
    [all...]

Completed in 607 milliseconds