Searched refs:CreateUpdateSnapshots (Results 1 – 9 of 9) sorted by relevance
360 if (!sm->CreateUpdateSnapshots(manifest)) { in PrepareOneSnapshot()1121 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1212 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1319 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1391 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1402 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1412 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1464 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1478 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()1542 ASSERT_TRUE(sm->CreateUpdateSnapshots(manifest_)); in TEST_F()[all …]
120 SNAPSHOT_FUZZ_FUNCTION(CreateUpdateSnapshots, bool, const DeltaArchiveManifest& manifest) { in SNAPSHOT_FUZZ_FUNCTION() argument121 return snapshot->CreateUpdateSnapshots(manifest); in SNAPSHOT_FUZZ_FUNCTION()335 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(CreateUpdateSnapshots)>(i++)); in TEST_F()
62 Return SnapshotManagerStub::CreateUpdateSnapshots(const DeltaArchiveManifest&) { in CreateUpdateSnapshots() function in android::snapshot::SnapshotManagerStub
2735 Return SnapshotManager::CreateUpdateSnapshots(const DeltaArchiveManifest& manifest) { in CreateUpdateSnapshots() function in android::snapshot::SnapshotManager
38 Return CreateUpdateSnapshots(
38 MOCK_METHOD(Return, CreateUpdateSnapshots,
198 virtual Return CreateUpdateSnapshots(354 Return CreateUpdateSnapshots(const DeltaArchiveManifest& manifest) override;
950 auto ret = snapshot_->CreateUpdateSnapshots(manifest); in PrepareSnapshotPartitionsForUpdate()
1034 EXPECT_CALL(*snapshot_, CreateUpdateSnapshots(_)) in ExpectCreateUpdateSnapshots()