Lines Matching refs:snapshot
34 using android::snapshot::ISnapshotManager;
35 using android::snapshot::SnapshotMergeStats;
36 using android::snapshot::UpdateState;
59 android::snapshot::ISnapshotManager* snapshot, in CleanupPreviousUpdateAction() argument
63 snapshot_(snapshot), in CleanupPreviousUpdateAction()
177 case android::snapshot::CreateResult::CREATED: { in CheckSlotMarkedSuccessfulOrSchedule()
183 case android::snapshot::CreateResult::NOT_CREATED: { in CheckSlotMarkedSuccessfulOrSchedule()
190 case android::snapshot::CreateResult::ERROR: in CheckSlotMarkedSuccessfulOrSchedule()
195 std::underlying_type_t<android::snapshot::CreateResult>>( in CheckSlotMarkedSuccessfulOrSchedule()
375 << android::snapshot::UpdateState_Name(state) in InitiateMergeAndWait()
398 << android::snapshot::UpdateState_Name(report.state()); in ReportMergeStats()
405 << android::snapshot::UpdateState_Name(report.state()) << " in " in ReportMergeStats()