Home
last modified time | relevance | path

Searched refs:canonical_name (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/
Dfake_io_delegate.cpp98 void FakeIoDelegate::AddStubParcelable(const string& canonical_name, in AddStubParcelable() argument
101 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubParcelable()
114 void FakeIoDelegate::AddStubInterface(const string& canonical_name) { in AddStubInterface() argument
116 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubInterface()
122 void FakeIoDelegate::AddCompoundParcelable(const string& canonical_name, in AddCompoundParcelable() argument
125 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddCompoundParcelable()
Dfake_io_delegate.h56 void AddStubParcelable(const std::string& canonical_name,
58 void AddStubInterface(const std::string& canonical_name);
59 void AddCompoundParcelable(const std::string& canonical_name,
/system/tools/aidl/
Dimport_resolver.cpp48 string ImportResolver::FindImportFile(const string& canonical_name) const { in FindImportFile()
50 string relative_path = canonical_name; in FindImportFile()
Dimport_resolver.h38 std::string FindImportFile(const std::string& canonical_name) const;
Dtype_namespace.h287 const std::string canonical_name = Join(container_class, ".") + in MaybeAddContainerType() local
289 if (HasTypeByCanonicalName(canonical_name)) { in MaybeAddContainerType()