Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h173 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() argument
670 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
685 const ListInstances& listInstances, in IsInstanceDeprecated() argument
697 auto list = listInstances(package, version, interface, instanceHint); in IsInstanceDeprecated()
710 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated()
719 fqInstance, listInstances); in IsInstanceDeprecated()
741 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed() argument
744 listInstances(fqInstance.getPackage(), fqInstance.getVersion(), fqInstance.getInterface(), in IsInstanceListed()
755 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance() argument
763 if (!IsInstanceListed(listInstances, fqInstance)) { in GetListedInstanceInheritance()
[all …]