Home
last modified time | relevance | path

Searched refs:UScriptInstructionShowProcess (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_updateprocesser.h28 class UScriptInstructionShowProcess : public Uscript::UScriptInstruction {
30 UScriptInstructionShowProcess() {} in UScriptInstructionShowProcess() function
31 virtual ~UScriptInstructionShowProcess() {} in ~UScriptInstructionShowProcess()
H A Dscript_updateprocesser.cpp41 int32_t UScriptInstructionShowProcess::Execute(Uscript::UScriptEnv &env, Uscript::UScriptContext &c… in Execute()
H A Dscript_instructionhelper.cpp77 scriptManager_->AddInstruction("show_progress", new UScriptInstructionShowProcess()); in RegisterInstructions()
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_updateprocesser_unittest.cpp115 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()
124 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()
135 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()