Searched refs:canonical_name (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/ |
D | fake_io_delegate.cpp | 103 void FakeIoDelegate::AddStubParcelable(const string& canonical_name, in AddStubParcelable() argument 106 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubParcelable() 119 void FakeIoDelegate::AddStubInterface(const string& canonical_name) { in AddStubInterface() argument 121 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubInterface() 127 void FakeIoDelegate::AddCompoundParcelable(const string& canonical_name, in AddCompoundParcelable() argument 130 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddCompoundParcelable()
|
D | fake_io_delegate.h | 54 void AddStubParcelable(const std::string& canonical_name, 56 void AddStubInterface(const std::string& canonical_name); 57 void AddCompoundParcelable(const std::string& canonical_name,
|
/system/tools/aidl/ |
D | import_resolver.cpp | 50 string ImportResolver::FindImportFile(const string& canonical_name) const { in FindImportFile() 52 string relative_path = canonical_name; in FindImportFile() 82 AIDL_ERROR(input_file_name_) << "Duplicate files found for " << canonical_name in FindImportFile()
|
D | import_resolver.h | 39 std::string FindImportFile(const std::string& canonical_name) const;
|
D | type_namespace.h | 279 const std::string canonical_name = Join(container_class, ".") + in MaybeAddContainerType() local 281 if (HasTypeByCanonicalName(canonical_name)) { in MaybeAddContainerType()
|