Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/
Dcom_android_art.cpp418SystemServerComponents::SystemServerComponents(std::vector<SystemServerComponent> component) : com… in SystemServerComponents() function in com::android::art::SystemServerComponents
421 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 …]
/aosp_15_r20/out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/include/
Dcom_android_art.h29 class SystemServerComponents; variable
125 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;
/aosp_15_r20/out/soong/.intermediates/art/odrefresh/art-apex-cache-info.docs/android_common/everything/schema/
Dcurrent.txt12 method public com.android.art.SystemServerComponents getSystemServerComponents();
19 method public void setSystemServerComponents(com.android.art.SystemServerComponents);
76 public class SystemServerComponents {
77 ctor public SystemServerComponents();
/aosp_15_r20/art/odrefresh/schema/
H A Dcurrent.txt12 method public com.android.art.SystemServerComponents getSystemServerComponents();
19 method public void setSystemServerComponents(com.android.art.SystemServerComponents);
76 public class SystemServerComponents {
77 ctor public SystemServerComponents();
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc857 {art_apex::SystemServerComponents(system_server_components)}, in WriteCacheInfo()
1378 const art_apex::SystemServerComponents* cached_system_server_components = in CheckPreconditionForData()