HomeSort by relevance Sort by last modified time
    Searched refs:FakeIoDelegate (Results 1 - 5 of 5) sorted by null

  /system/tools/aidl/tests/
fake_io_delegate.cpp 42 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::AddCompoundParcelable(const string& canonical_name
    [all...]
fake_io_delegate.h 34 class FakeIoDelegate : public IoDelegate {
36 FakeIoDelegate() = default;
37 virtual ~FakeIoDelegate() = default;
83 DISALLOW_COPY_AND_ASSIGN(FakeIoDelegate);
84 }; // class FakeIoDelegate
end_to_end_tests.cpp 31 using android::aidl::test::FakeIoDelegate;
70 FakeIoDelegate io_delegate_;
  /system/tools/aidl/
generate_cpp_unittest.cpp 32 using ::android::aidl::test::FakeIoDelegate;
    [all...]
aidl_unittest.cpp 32 using android::aidl::test::FakeIoDelegate;
94 FakeIoDelegate io_delegate_;

Completed in 519 milliseconds