Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h40 from_apex_(from_apex) {} in service_list_()
95 bool from_apex_ = false; variable
Dservice.h132 bool is_from_apex() const { return from_apex_; } in is_from_apex()
218 bool from_apex_ = false; variable
Dservice.cpp158 from_apex_(from_apex) {}
Dservice_parser.cpp612 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()