Searched refs:SystemServerComponents (Results 1 – 5 of 5) sorted by relevance
418 …SystemServerComponents::SystemServerComponents(std::vector<SystemServerComponent> component) : com… in SystemServerComponents() function in com::android::art::SystemServerComponents421 const std::vector<SystemServerComponent>& SystemServerComponents::getComponent() const { in getComponent()425 bool SystemServerComponents::hasComponent() const { in hasComponent()429 const SystemServerComponent* SystemServerComponents::getFirstComponent() const { in getFirstComponent()436 SystemServerComponents SystemServerComponents::read(tinyxml2::XMLElement *root) { in read()445 SystemServerComponents instance(component); in read()449 void SystemServerComponents::write(std::ostream& _out, const std::string& _name) const { in write()529 …sspath, std::vector<Classpath> dex2oatBootClasspath, std::vector<SystemServerComponents> systemSer… in CacheInfo()607 … const std::vector<SystemServerComponents>& CacheInfo::getSystemServerComponents() const { in getSystemServerComponents()615 const SystemServerComponents* CacheInfo::getFirstSystemServerComponents() const { in getFirstSystemServerComponents()[all …]
29 class SystemServerComponents; variable125 class SystemServerComponents {129 explicit SystemServerComponents(std::vector<SystemServerComponent> component);133 static SystemServerComponents read(tinyxml2::XMLElement *root);155 const std::vector<SystemServerComponents> systemServerComponents_;158 …sspath, std::vector<Classpath> dex2oatBootClasspath, std::vector<SystemServerComponents> systemSer…174 const std::vector<SystemServerComponents>& getSystemServerComponents() const;176 const SystemServerComponents* getFirstSystemServerComponents() const;
12 method public com.android.art.SystemServerComponents getSystemServerComponents();19 method public void setSystemServerComponents(com.android.art.SystemServerComponents);76 public class SystemServerComponents {77 ctor public SystemServerComponents();
857 {art_apex::SystemServerComponents(system_server_components)}, in WriteCacheInfo()1378 const art_apex::SystemServerComponents* cached_system_server_components = in CheckPreconditionForData()