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 219 testing::StrictMock<MockPostinstallRunnerActionDelegate> mock_delegate_; local
220 action.set_delegate(&mock_delegate_);
228 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.25));
230 testing::Mock::VerifyAndClearExpectations(&mock_delegate_);
341 testing::StrictMock<MockPostinstallRunnerActionDelegate> mock_delegate_; local
343 EXPECT_CALL(mock_delegate_, ProgressUpdate(0));
346 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.25));
347 EXPECT_CALL(mock_delegate_, ProgressUpdate(0.5));
348 EXPECT_CALL(mock_delegate_, ProgressUpdate(1.));
350 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::__anon75144::DeltaState
715 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_))
746 &state->mock_delegate_,
    [all...]

Completed in 760 milliseconds