Home
last modified time | relevance | path

Searched refs:fqname (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dhost_init_verifier.cpp183 FQName fqname; in ReadInterfaceInheritanceHierarchy() local
184 if (!fqname.setTo(intf)) { in ReadInterfaceInheritanceHierarchy()
187 inherited_interfaces.insert(fqname); in ReadInterfaceInheritanceHierarchy()
189 FQName fqname; in ReadInterfaceInheritanceHierarchy() local
190 if (!fqname.setTo(iface.name)) { in ReadInterfaceInheritanceHierarchy()
193 result[fqname] = inherited_interfaces; in ReadInterfaceInheritanceHierarchy()
Dinterface_utils.cpp36 for (const FQName& fqname : fqnames) { in FQNamesToString() local
37 fqname_strings.insert(fqname.string()); in FQNamesToString()
/system/libhidl/vintfdata/
DREADME.md14 `<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>` field
36 <fqname>@1.0::IDisplayService/default</fqname>
/system/tools/hidl/
DConstantExpression.h230 AttributeConstantExpression(const Reference<Type>& value, const std::string& fqname,
Dhidl-gen_y.yy286 %type<fqName> fqname
484 fqname
508 : fqname
759 | fqname
771 | fqname '#' IDENTIFIER
DConstantExpression.cpp741 const std::string& fqname, in AttributeConstantExpression() argument
743 : ConstantExpression(fqname + "#" + tag), mReference(value), mTag(tag) {} in AttributeConstantExpression()