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

  /system/update_engine/payload_consumer/
postinstall_runner_action.h 38 class PostinstallRunnerAction : public InstallPlanAction {
40 PostinstallRunnerAction(BootControlInterface* boot_control,
62 static std::string StaticType() { return "PostinstallRunnerAction"; }
148 DISALLOW_COPY_AND_ASSIGN(PostinstallRunnerAction);
postinstall_runner_action.cc 56 void PostinstallRunnerAction::PerformAction() {
84 void PostinstallRunnerAction::PerformPartitionPostinstall() {
197 base::Bind(&PostinstallRunnerAction::CompletePartitionPostinstall,
220 base::Bind(&PostinstallRunnerAction::OnProgressFdReady,
224 void PostinstallRunnerAction::OnProgressFdReady() {
253 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) {
264 void PostinstallRunnerAction::ReportProgress(double frac) {
281 void PostinstallRunnerAction::Cleanup() {
298 void PostinstallRunnerAction::CompletePartitionPostinstall(
336 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code)
    [all...]
postinstall_runner_action_unittest.cc 64 if (action->Type() == PostinstallRunnerAction::StaticType()) {
77 : public PostinstallRunnerAction::DelegateInterface {
94 // Setup an action processor and run the PostinstallRunnerAction with a single
157 // The PostinstallRunnerAction delegate receiving the progress updates.
158 PostinstallRunnerAction::DelegateInterface* setup_action_delegate_{nullptr};
161 PostinstallRunnerAction* postinstall_action_{nullptr};
182 PostinstallRunnerAction runner_action(&fake_boot_control_, &fake_hardware_);
211 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_);
  /system/update_engine/
update_attempter_android.h 49 public PostinstallRunnerAction::DelegateInterface {
90 // PostinstallRunnerAction::DelegateInterface
update_attempter_android.cc 477 if (type == PostinstallRunnerAction::StaticType()) {
644 shared_ptr<PostinstallRunnerAction> postinstall_runner_action(
645 new PostinstallRunnerAction(boot_control_, hardware_));
update_attempter.h 60 public PostinstallRunnerAction::DelegateInterface {
97 // PostinstallRunnerAction::DelegateInterface
update_attempter.cc 116 if (type == PostinstallRunnerAction::StaticType())
571 shared_ptr<PostinstallRunnerAction> postinstall_runner_action(
572 new PostinstallRunnerAction(system_state_->boot_control(),
    [all...]
update_attempter_unittest.cc 352 PostinstallRunnerAction postinstall_runner_action(
442 PostinstallRunnerAction::StaticType(),
449 PostinstallRunnerAction::StaticType(),
    [all...]

Completed in 568 milliseconds