diff options
author | Yifan Hong <elsk@google.com> | 2020-04-20 19:21:24 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-20 19:21:24 +0000 |
commit | 320663c082690b4da070efe54811e264a6057d3e (patch) | |
tree | 1736e002f1ec402d24bed43bf6eb6167f498a341 | |
parent | 3474763f11645d784212f9755b3afa5204f010c5 (diff) | |
parent | 8635cb5f00b5160e39a3240d473ca653893acdd5 (diff) |
Delete MockDynamicPartitionControl. am: 59e52b2510 am: 8635cb5f00
Change-Id: Ief31974995f3ee8cea2fa761b53b0b4f22582a59
-rw-r--r-- | mock_dynamic_partition_control.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mock_dynamic_partition_control.h b/mock_dynamic_partition_control.h index 1e4e5fd8..d015409a 100644 --- a/mock_dynamic_partition_control.h +++ b/mock_dynamic_partition_control.h @@ -28,29 +28,6 @@ namespace chromeos_update_engine { -class MockDynamicPartitionControl : public DynamicPartitionControlInterface { - public: - MOCK_METHOD5(MapPartitionOnDeviceMapper, - bool(const std::string&, - const std::string&, - uint32_t, - bool, - std::string*)); - MOCK_METHOD0(Cleanup, void()); - MOCK_METHOD0(GetDynamicPartitionsFeatureFlag, FeatureFlag()); - MOCK_METHOD5( - PreparePartitionsForUpdate, - bool(uint32_t, uint32_t, const DeltaArchiveManifest&, bool, uint64_t*)); - MOCK_METHOD0(GetVirtualAbFeatureFlag, FeatureFlag()); - MOCK_METHOD1(FinishUpdate, bool(bool)); - MOCK_METHOD0(CleanupSuccessfulUpdate, ErrorCode()); - MOCK_METHOD3(GetCleanupPreviousUpdateAction, - std::unique_ptr<AbstractAction>( - BootControlInterface*, - PrefsInterface*, - CleanupPreviousUpdateActionDelegateInterface*)); -}; - class MockDynamicPartitionControlAndroid : public DynamicPartitionControlAndroid { public: |