Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h157 using ListInstances = std::function<std::vector<std::pair<std::string, Version>>( variable
172 int32_t checkDeprecation(const ListInstances& listInstances,
323 const ListInstances& listInstances, const ChildrenMap& childrenMap,
327 const ListInstances& listInstances,
332 const std::string& instance, const ListInstances& listInstances,
334 static bool IsInstanceListed(const ListInstances& listInstances, const FqInstance& fqInstance);
337 const ListInstances& listInstances);
/system/libvintf/
DVintfObject.cpp645 const ListInstances& listInstances, in IsHalDeprecated()
664 const ListInstances& listInstances, in IsInstanceDeprecated()
720 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed()
734 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance()
779 const ListInstances& listInstances) { in IsFqInstanceDeprecated()
818 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation()
883 ListInstances inManifest = in checkDeprecation()
/system/libvintf/test/
Dvintf_object_tests.cpp856 static VintfObject::ListInstances getInstanceListFunc( in getInstanceListFunc()