Home
last modified time | relevance | path

Searched defs:apex_name (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/init/
H A Dapex_init_util.cpp37 static Result<std::vector<std::string>> CollectApexConfigs(const std::string& apex_name) { in CollectApexConfigs()
84 Result<void> ParseApexConfigs(const std::string& apex_name) { in ParseApexConfigs()
H A Dservice_list.h59 std::vector<Service*> FindServicesByApexName(const std::string& apex_name) const { in FindServicesByApexName()
H A Dinit.cpp426 int StopServicesFromApex(const std::string& apex_name) { in StopServicesFromApex()
446 void RemoveServiceAndActionFromApex(const std::string& apex_name) { in RemoveServiceAndActionFromApex()
462 static Result<void> DoUnloadApex(const std::string& apex_name) { in DoUnloadApex()
470 static Result<void> UpdateApexLinkerConfig(const std::string& apex_name) { in UpdateApexLinkerConfig()
489 static Result<void> DoLoadApex(const std::string& apex_name) { in DoLoadApex()
H A Dsubcontext.cpp254 auto apex_name = GetApexNameFromFileName(path); in PathMatchesSubcontext() local
H A Dinit_test.cpp247 const std::string& apex_name) { in TestStartApexServices()