Home
last modified time | relevance | path

Searched refs:GetBasicInstructionHelper (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instructionhelper_unittest.cpp116 EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), nullptr); in TestGetBasicInstructionHelper()
121 instructionHelper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestGetBasicInstructionHelper()
127 EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), nullptr); in TestGetBasicInstructionHelper()
140 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestIsReservedInstruction()
153 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestAddInstruction()
173 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()
181 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()
189 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()
201 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterUserInstruction01()
208 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterUserInstruction01()
[all …]
H A Dscript_updateprocesser_unittest.cpp78 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProcess()
91 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProcess()
111 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserShowProcess()
151 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserPrint()
179 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProportion()
H A Dscript_registercmd_unittest.cpp57 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd01()
70 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd02()
84 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd03()
H A Dscript_loadscript_unittest.cpp56 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript01()
70 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript02()
85 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript03()
/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_registercmd.cpp28 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(); in Execute()
H A Dscript_loadscript.cpp27 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(); in Execute()
H A Dscript_instructionhelper.h43 static ScriptInstructionHelper* GetBasicInstructionHelper(ScriptManagerImpl *impl = nullptr);
H A Dscript_instructionhelper.cpp39 ScriptInstructionHelper* ScriptInstructionHelper::GetBasicInstructionHelper(ScriptManagerImpl *impl) in GetBasicInstructionHelper() function in Uscript::ScriptInstructionHelper
/ohos5.0/base/update/updater/services/script/script_manager/
H A Dscript_managerImpl.cpp90 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(this); in Init()