Home
last modified time | relevance | path

Searched refs:postinstall_runner_action (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dupdate_attempter_android.cc467 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in BuildUpdateActions() local
472 postinstall_runner_action->set_delegate(this); in BuildUpdateActions()
477 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in BuildUpdateActions()
484 postinstall_runner_action.get()); in BuildUpdateActions()
Dupdate_attempter.cc586 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in UpdateAttempter() local
589 postinstall_runner_action->set_delegate(this); in UpdateAttempter()
590 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in UpdateAttempter()
592 postinstall_runner_action.get()); in UpdateAttempter()
Dupdate_attempter_unittest.cc290 PostinstallRunnerAction postinstall_runner_action( in TEST_F() local
293 GetErrorCodeForAction(&postinstall_runner_action, in TEST_F()
Dupdate_engine.gyp186 'payload_consumer/postinstall_runner_action.cc',
DAndroid.mk141 payload_consumer/postinstall_runner_action.cc \