Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dservice_parser.cpp594 Subcontext* restart_action_subcontext = nullptr; in ParseSection() local
596 restart_action_subcontext = subcontext_; in ParseSection()
612 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()