Searched refs:canonical_name (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/ |
D | fake_io_delegate.cpp | 98 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()
|
D | fake_io_delegate.h | 56 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/ |
D | import_resolver.cpp | 48 string ImportResolver::FindImportFile(const string& canonical_name) const { in FindImportFile() 50 string relative_path = canonical_name; in FindImportFile()
|
D | import_resolver.h | 38 std::string FindImportFile(const std::string& canonical_name) const;
|
D | type_namespace.h | 282 const std::string canonical_name = Join(container_class, ".") + in MaybeAddContainerType() local 284 if (HasTypeByCanonicalName(canonical_name)) { in MaybeAddContainerType()
|