Lines Matching refs:VoldCheckpointInterface
33 Result<VoldCheckpointInterface> VoldCheckpointInterface::Create() { in Create()
37 return VoldCheckpointInterface( in Create()
43 VoldCheckpointInterface::VoldCheckpointInterface(sp<IVold>&& vold_service) { in VoldCheckpointInterface() function in android::apex::VoldCheckpointInterface
54 VoldCheckpointInterface::VoldCheckpointInterface( in VoldCheckpointInterface() function in android::apex::VoldCheckpointInterface
55 VoldCheckpointInterface&& other) noexcept { in VoldCheckpointInterface()
60 VoldCheckpointInterface::~VoldCheckpointInterface() { in ~VoldCheckpointInterface()
64 Result<bool> VoldCheckpointInterface::SupportsFsCheckpoints() { in SupportsFsCheckpoints()
68 Result<bool> VoldCheckpointInterface::NeedsCheckpoint() { in NeedsCheckpoint()
81 Result<bool> VoldCheckpointInterface::NeedsRollback() { in NeedsRollback()
94 Result<void> VoldCheckpointInterface::StartCheckpoint(int32_t num_retries) { in StartCheckpoint()
106 Result<void> VoldCheckpointInterface::AbortChanges(const std::string& msg, in AbortChanges()