Searched refs:FakeIoDelegate (Results 1 - 5 of 5) sorted by relevance

/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp42 unique_ptr<string> FakeIoDelegate::GetFileContents(
58 unique_ptr<LineReader> FakeIoDelegate::GetLineReader(
68 bool FakeIoDelegate::FileIsReadable(const string& path) const {
72 bool FakeIoDelegate::CreatedNestedDirs(
79 std::unique_ptr<CodeWriter> FakeIoDelegate::GetCodeWriter(
89 void FakeIoDelegate::RemovePath(const std::string& file_path) const {
93 void FakeIoDelegate::SetFileContents(const string& filename,
98 void FakeIoDelegate::AddStubParcelable(const string& canonical_name,
114 void FakeIoDelegate::AddStubInterface(const string& canonical_name) {
122 void FakeIoDelegate
[all...]
H A Dfake_io_delegate.h34 class FakeIoDelegate : public IoDelegate { class in namespace:android::aidl::test
36 FakeIoDelegate() = default;
37 virtual ~FakeIoDelegate() = default;
83 DISALLOW_COPY_AND_ASSIGN(FakeIoDelegate);
84 }; // class FakeIoDelegate
H A Dend_to_end_tests.cpp31 using android::aidl::test::FakeIoDelegate;
70 FakeIoDelegate io_delegate_;
/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp32 using ::android::aidl::test::FakeIoDelegate;
698 FakeIoDelegate io_delegate_;
H A Daidl_unittest.cpp32 using android::aidl::test::FakeIoDelegate;
84 FakeIoDelegate io_delegate_;

Completed in 79 milliseconds