Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.cpp561 Subcontext* restart_action_subcontext = nullptr; in ParseSection() local
563 restart_action_subcontext = subcontext_; in ParseSection()
579 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()