Home | History | Annotate | Download | only in vintf

Lines Matching refs:Version

4  * Licensed under the Apache License, Version 2.0 (the "License");
34 #include "Version.h"
47 using Instances = std::map<Version, InstancesOfVersion>;
63 Transport getTransport(const std::string &name, const Version &v,
72 // - manifest.sepolicy.version match one of compat-mat.sepolicy.sepolicy-version
90 // FCM version that it implements.
95 const Version &sepolicyVersion() const;
101 // If the corresponding <xmlfile> with the given version exists,
105 std::string getXmlFilePath(const std::string& xmlFileName, const Version& version) const;
108 Version getMetaVersion() const;
111 const std::string& package, const Version& expectVersion,
115 std::set<std::string> getInstances(const std::string& halName, const Version& version,
119 bool hasInstance(const std::string& halName, const Version& version,
158 // version attribute. Default is 1.0 for manifests created programatically.
159 Version mMetaVersion{1, 0};
163 Version mSepolicyVersion;