Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dinit_test.cpp91 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() local
92 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
154 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() local
155 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()
236 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() local
237 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST()