Lines Matching refs:blockPairs
551 std::string resultSha = CalculateBlockSha(devPath, shaInfo.blockPairs);
555 LOG(ERROR) << "blockPairs:" << shaInfo.blockPairs;
557 PrintAbnormalBlockHash(devPath, shaInfo.blockPairs);
567 void UScriptInstructionShaCheck::PrintAbnormalBlockHash(const std::string &devPath, const std::string &blockPairs)
576 blk.ParserAndInsert(blockPairs);
603 std::string UScriptInstructionShaCheck::CalculateBlockSha(const std::string &devPath, const std::string &blockPairs)
605 if (blockPairs.empty()) {
606 LOG(ERROR) << "Failed to get blockPairs";
618 blk.ParserAndInsert(blockPairs);
649 int32_t ret = context.GetParam(1, shaInfo.blockPairs);
651 LOG(ERROR) << "Failed to get param blockPairs";