Lines Matching refs:ActionManager
57 using ActionManagerCommand = std::function<void(ActionManager&)>;
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()
109 ActionManager action_manager; in TEST()
127 ActionManager am; in TEST()
170 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
173 ActionManager action_manager; in TEST()
190 ActionManager action_manager; in TEST()
222 ActionManager action_manager; in TEST()
285 TestInitText(init_script, BuiltinFunctionMap(), {}, &ActionManager::GetInstance(), in InitApexService()
305 ActionManager::GetInstance().RemoveActionIf([&](const std::unique_ptr<Action>& s) -> bool { in CleanupApexServices()
516 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
519 ActionManager action_manager; in TEST()
526 BuiltinFunctionMap GetTestFunctionMapForLazyLoad(int& num_executed, ActionManager& action_manager) { in GetTestFunctionMapForLazyLoad()
572 ActionManager action_manager; in TEST()
577 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
601 ActionManager action_manager; in TEST()
606 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST()
713 ActionManager action_manager; in TEST()