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.cc479 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in BuildUpdateActions() local
485 postinstall_runner_action->set_delegate(this); in BuildUpdateActions()
490 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in BuildUpdateActions()
497 postinstall_runner_action.get()); in BuildUpdateActions()
Dupdate_attempter.cc581 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in UpdateAttempter() local
584 postinstall_runner_action->set_delegate(this); in UpdateAttempter()
585 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in UpdateAttempter()
587 postinstall_runner_action.get()); in UpdateAttempter()
Dupdate_attempter_unittest.cc282 PostinstallRunnerAction postinstall_runner_action( in TEST_F() local
285 GetErrorCodeForAction(&postinstall_runner_action, in TEST_F()
Dupdate_engine.gyp190 'payload_consumer/postinstall_runner_action.cc',
DAndroid.mk137 payload_consumer/postinstall_runner_action.cc \