Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dinit_test.cpp57 using ActionManagerCommand = std::function<void(ActionManager&)>; typedef
60 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInit()
82 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInitText()
106 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
107 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
170 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
171 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
516 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
517 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
578 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
[all …]