Home
last modified time | relevance | path

Searched refs:UScriptInstructionShaCheck (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.h40 class UScriptInstructionShaCheck : public Uscript::UScriptInstruction {
48 UScriptInstructionShaCheck() {} in UScriptInstructionShaCheck() function
49 virtual ~UScriptInstructionShaCheck() {} in ~UScriptInstructionShaCheck()
H A Dupdate_image_block.cpp475 bool UScriptInstructionShaCheck::IsTargetShaDiff(const std::string &devPath, const ShaInfo &shaInfo) in IsTargetShaDiff()
486 int UScriptInstructionShaCheck::ExecReadShaInfo(Uscript::UScriptEnv &env, const std::string &devPat… in ExecReadShaInfo()
504 void UScriptInstructionShaCheck::PrintAbnormalBlockHash(const std::string &devPath, const std::stri… in PrintAbnormalBlockHash()
540 std::string UScriptInstructionShaCheck::CalculateBlockSha(const std::string &devPath, const std::st… in CalculateBlockSha()
584 int32_t UScriptInstructionShaCheck::SetShaInfo(Uscript::UScriptContext &context, ShaInfo &shaInfo) in SetShaInfo()
614 int32_t UScriptInstructionShaCheck::Execute(Uscript::UScriptEnv &env, Uscript::UScriptContext &cont… in Execute()
H A Dupdate_processor.cpp95 instr = new UScriptInstructionShaCheck(); in CreateInstructionInstance()