Lines Matching refs:HalManifest

35 constexpr Version HalManifest::kVersion;
38 bool HalManifest::shouldAdd(const ManifestHal& hal) const { in shouldAdd()
58 bool HalManifest::add(ManifestHal&& hal) { in add()
66 std::set<std::string> HalManifest::getHalNames() const { in getHalNames()
74 std::set<std::string> HalManifest::getHalNamesAndVersions() const { in getHalNamesAndVersions()
84 std::set<std::string> HalManifest::getInterfaceNames(const std::string &name) const { in getInterfaceNames()
94 ManifestHal *HalManifest::getAnyHal(const std::string &name) { in getAnyHal()
102 std::vector<const ManifestHal *> HalManifest::getHals(const std::string &name) const { in getHals()
110 std::vector<ManifestHal *> HalManifest::getHals(const std::string &name) { in getHals()
119 Transport HalManifest::getTransport(const std::string &package, const Version &v, in getTransport()
149 ConstMultiMapValueIterable<std::string, ManifestHal> HalManifest::getHals() const { in getHals()
153 std::set<Version> HalManifest::getSupportedVersions(const std::string &name) const { in getSupportedVersions()
162 std::set<std::string> HalManifest::getInstances( in getInstances()
174 bool HalManifest::hasInstance(const std::string &halName, in hasInstance()
215 bool HalManifest::isCompatible(const MatrixHal& matrixHal) const { in isCompatible()
245 std::vector<std::string> HalManifest::checkIncompatibility(const CompatibilityMatrix &mat, in checkIncompatibility()
260 bool HalManifest::checkCompatibility(const CompatibilityMatrix &mat, std::string *error) const { in checkCompatibility()
331 CompatibilityMatrix HalManifest::generateCompatibleMatrix() const { in generateCompatibleMatrix()
358 status_t HalManifest::fetchAllInformation(const std::string &path) { in fetchAllInformation()
362 SchemaType HalManifest::type() const { in type()
366 const Version &HalManifest::sepolicyVersion() const { in sepolicyVersion()
371 const std::vector<Vndk> &HalManifest::vndks() const { in vndks()
376 bool operator==(const HalManifest &lft, const HalManifest &rgt) { in operator ==()