Home
last modified time | relevance | path

Searched refs:listInstances (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/include/vintf/
DVintfObject.h205 int32_t checkDeprecation(const ListInstances& listInstances,
382 const ListInstances& listInstances, const ChildrenMap& childrenMap,
386 const ListInstances& listInstances,
391 const std::string& instance, const ListInstances& listInstances,
393 static bool IsInstanceListed(const ListInstances& listInstances, const FqInstance& fqInstance);
396 const ListInstances& listInstances);
/system/libvintf/
DVintfObject.cpp750 const ListInstances& listInstances, in IsHalDeprecated() argument
754 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
769 const ListInstances& listInstances, in IsInstanceDeprecated() argument
781 auto list = listInstances(package, version, interface, instanceHint); in IsInstanceDeprecated()
794 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated()
803 fqInstance, listInstances); in IsInstanceDeprecated()
825 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed() argument
828 listInstances(fqInstance.getPackage(), fqInstance.getVersion(), fqInstance.getInterface(), in IsInstanceListed()
839 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance() argument
847 if (!IsInstanceListed(listInstances, fqInstance)) { in GetListedInstanceInheritance()
[all …]