Searched refs:GetMergePercentage (Results 1 – 3 of 3) sorted by relevance
272 double percentage = GetMergePercentage(&lock); in Receivemsg()593 double UserSnapshotServer::GetMergePercentage(std::lock_guard<std::mutex>* proof_of_lock) { in GetMergePercentage() function in android::snapshot::UserSnapshotServer603 percentage += (*iter)->snapuserd()->GetMergePercentage(); in GetMergePercentage()
131 double GetMergePercentage(std::lock_guard<std::mutex>* proof_of_lock);
375 double GetMergePercentage() { return merge_completion_percentage_; } in GetMergePercentage() function