Searched refs:fqname (Results 1 – 6 of 6) sorted by relevance
183 FQName fqname; in ReadInterfaceInheritanceHierarchy() local184 if (!fqname.setTo(intf)) { in ReadInterfaceInheritanceHierarchy()187 inherited_interfaces.insert(fqname); in ReadInterfaceInheritanceHierarchy()189 FQName fqname; in ReadInterfaceInheritanceHierarchy() local190 if (!fqname.setTo(iface.name)) { in ReadInterfaceInheritanceHierarchy()193 result[fqname] = inherited_interfaces; in ReadInterfaceInheritanceHierarchy()
36 for (const FQName& fqname : fqnames) { in FQNamesToString() local37 fqname_strings.insert(fqname.string()); in FQNamesToString()
14 `<fqname>` field to the latest version. This is the same as any other HALs.16 For example, when `IServiceManager` updates to 1.2, change its `<fqname>` field36 <fqname>@1.0::IDisplayService/default</fqname>
230 AttributeConstantExpression(const Reference<Type>& value, const std::string& fqname,
286 %type<fqName> fqname484 fqname508 : fqname759 | fqname771 | fqname '#' IDENTIFIER
741 const std::string& fqname, in AttributeConstantExpression() argument743 : ConstantExpression(fqname + "#" + tag), mReference(value), mTag(tag) {} in AttributeConstantExpression()