Home
last modified time | relevance | path

Searched refs:ListInstances (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
DVintfObject.h158 using ListInstances = std::function<std::vector<std::pair<std::string, Version>>( variable
173 int32_t checkDeprecation(const ListInstances& listInstances,
341 const ListInstances& listInstances, const ChildrenMap& childrenMap,
345 const ListInstances& listInstances,
350 const std::string& instance, const ListInstances& listInstances,
352 static bool IsInstanceListed(const ListInstances& listInstances, const FqInstance& fqInstance);
355 const ListInstances& listInstances);
/system/libvintf/
DVintfObject.cpp666 const ListInstances& listInstances, in IsHalDeprecated()
685 const ListInstances& listInstances, in IsInstanceDeprecated()
741 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed()
755 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance()
800 const ListInstances& listInstances) { in IsFqInstanceDeprecated()
839 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation()
911 ListInstances inManifest = in checkDeprecation()
/system/libvintf/test/
Dvintf_object_tests.cpp924 static VintfObject::ListInstances getInstanceListFunc( in getInstanceListFunc()