Searched refs:UnmapUpdateSnapshot (Results 1 – 8 of 8) sorted by relevance
124 SNAPSHOT_FUZZ_FUNCTION(UnmapUpdateSnapshot, bool, const std::string& name) { in SNAPSHOT_FUZZ_FUNCTION() argument125 return snapshot->UnmapUpdateSnapshot(name); in SNAPSHOT_FUZZ_FUNCTION()340 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "sys_b"; in TEST_F()341 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "vnd_b"; in TEST_F()342 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "prd_b"; in TEST_F()
71 bool SnapshotManagerStub::UnmapUpdateSnapshot(const std::string&) { in UnmapUpdateSnapshot() function in android::snapshot::SnapshotManagerStub
983 ASSERT_TRUE(sm->UnmapUpdateSnapshot(name)); in TEST_F()1119 ASSERT_TRUE(sm->UnmapUpdateSnapshot("sys_b")); in TEST_F()1131 ASSERT_TRUE(sm->UnmapUpdateSnapshot("sys_b")); in TEST_F()1322 ASSERT_TRUE(sm->UnmapUpdateSnapshot(name)); in TEST_F()1709 ASSERT_TRUE(sm->UnmapUpdateSnapshot(name)); in TEST_P()
2433 bool SnapshotManager::UnmapUpdateSnapshot(const std::string& target_partition_name) { in UnmapUpdateSnapshot() function in android::snapshot::SnapshotManager
38 bool UnmapUpdateSnapshot(const std::string& target_partition_name) override;
40 MOCK_METHOD(bool, UnmapUpdateSnapshot, (const std::string& target_partition_name), (override));
181 virtual bool UnmapUpdateSnapshot(const std::string& target_partition_name) = 0;291 bool UnmapUpdateSnapshot(const std::string& target_partition_name) override;
244 success &= snapshot_->UnmapUpdateSnapshot(target_partition_name); in UnmapPartitionOnDeviceMapper()