Lines Matching refs:AddInstruction
68 scriptManager_->AddInstruction("RegisterCmder", new ScriptRegisterCmd());
69 scriptManager_->AddInstruction("LoadScript", new ScriptLoadScript());
70 scriptManager_->AddInstruction("Stdout", new UScriptInstructionStdout());
71 scriptManager_->AddInstruction("Abort", new UScriptInstructionAbort());
72 scriptManager_->AddInstruction("Assert", new UScriptInstructionAssert());
73 scriptManager_->AddInstruction("Sleep", new UScriptInstructionSleep());
74 scriptManager_->AddInstruction("Concat", new UScriptInstructionConcat());
75 scriptManager_->AddInstruction("IsSubString", new UScriptInstructionIsSubString());
76 scriptManager_->AddInstruction("set_progress", new UScriptInstructionSetProcess());
77 scriptManager_->AddInstruction("show_progress", new UScriptInstructionShowProcess());
78 scriptManager_->AddInstruction("ui_print", new UScriptInstructionUiPrint());
79 scriptManager_->AddInstruction("DeleteFile", new UScriptInstructionDeleteFile());
80 scriptManager_->AddInstruction("DeleteDir", new UScriptInstructionDeleteDir());
81 scriptManager_->AddInstruction("set_proportion", new UScriptInstructionSetProportion());
98 int32_t ScriptInstructionHelper::AddInstruction(const std::string &instrName, const UScriptInstructionPtr instr)
104 return scriptManager_->AddInstruction(instrName, instr);
120 ret = AddInstruction(instrName, instr);
128 // ScriptManagerImpl::AddInstruction has saved instr, don't delete it here!!!
200 ret = AddInstruction(instrName, instr);