Searched refs:UpdateVerify (Results 1 – 3 of 3) sorted by relevance
30 UpdateVerify::UpdateVerify(const std::string& misc_name) in UpdateVerify() function in android::snapshot::UpdateVerify33 bool UpdateVerify::CheckPartitionVerification() { in CheckPartitionVerification()49 void UpdateVerify::UpdatePartitionVerificationState(UpdateVerifyState state) { in UpdatePartitionVerificationState()57 void UpdateVerify::VerifyUpdatePartition() { in VerifyUpdatePartition()95 bool UpdateVerify::VerifyBlocks(const std::string& partition_name, in VerifyBlocks()143 bool UpdateVerify::VerifyPartition(const std::string& partition_name, in VerifyPartition()194 threads.emplace_back(std::async(std::launch::async, &UpdateVerify::VerifyBlocks, this, in VerifyPartition()
175 class UpdateVerify {177 UpdateVerify(const std::string& misc_name);449 std::unique_ptr<UpdateVerify> update_verify_;
66 update_verify_ = std::make_unique<UpdateVerify>(misc_name_); in InitializeWorkers()