Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp85 bool ScriptInstructionHelper::IsReservedInstruction(const std::string &scriptName) const in IsReservedInstruction() function in Uscript::ScriptInstructionHelper
100 if (IsReservedInstruction(instrName)) { in AddInstruction()
H A Dscript_instructionhelper.h33 bool IsReservedInstruction(const std::string &scriptName) const;
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instructionhelper_unittest.cpp145 EXPECT_TRUE(helper->IsReservedInstruction(instruction)); in TestIsReservedInstruction()
147 EXPECT_FALSE(helper->IsReservedInstruction("non reserved")); in TestIsReservedInstruction()