Lines Matching refs:snapshot
37 using android::snapshot::ISnapshotManager;
38 using android::snapshot::SnapshotMergeStats;
39 using android::snapshot::UpdateState;
64 android::snapshot::ISnapshotManager* snapshot, in CleanupPreviousUpdateAction() argument
68 snapshot_(snapshot), in CleanupPreviousUpdateAction()
209 if (!android::snapshot::SnapshotManager::IsSnapshotManagerNeeded()) { in CheckForMergeDelay()
260 case android::snapshot::CreateResult::CREATED: { in StartMerge()
266 case android::snapshot::CreateResult::NOT_CREATED: { in StartMerge()
273 case android::snapshot::CreateResult::ERROR: in StartMerge()
278 std::underlying_type_t<android::snapshot::CreateResult>>( in StartMerge()
317 if (failure_code != android::snapshot::MergeFailureCode::Ok) { in WaitForMergeOrSchedule()
489 << android::snapshot::UpdateState_Name(state) in InitiateMergeAndWait()
514 << android::snapshot::UpdateState_Name(report.state()); in ReportMergeStats()
546 << android::snapshot::UpdateState_Name(report.state()) << " in " in ReportMergeStats()