Searched refs:StartCheckpoint (Results 1 – 4 of 4) sorted by relevance
35 virtual android::base::Result<void> StartCheckpoint(int32_t num_retries) = 0;
44 android::base::Result<void> StartCheckpoint(int32_t retry) override;
94 Result<void> VoldCheckpointInterface::StartCheckpoint(int32_t num_retries) { in StartCheckpoint() function in android::apex::VoldCheckpointInterface
88 Result<void> StartCheckpoint(int32_t num_retries) override { return {}; } in StartCheckpoint() function in android::apex::MockCheckpointInterface