Searched defs:apex_name (Results 1 – 5 of 5) sorted by relevance
37 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()
59 std::vector<Service*> FindServicesByApexName(const std::string& apex_name) const { in FindServicesByApexName()
426 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()
254 auto apex_name = GetApexNameFromFileName(path); in PathMatchesSubcontext() local
247 const std::string& apex_name) { in TestStartApexServices()