Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 10 of 10) sorted by relevance

/base/update/updater/test/unittest/script/script_instruction/
Dbasic_instruction_unittest.cpp84 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local
95 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local
109 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local
118 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local
129 auto instruction = std::make_unique<UScriptInstructionStdout>(); in TestBasicInstructionStdout() local
152 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local
178 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local
201 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local
207 auto instruction = std::make_unique<UScriptInstructionSleep>(); in TestBasicInstructionAbort() local
213 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local
[all …]
Dscript_updateprocesser_unittest.cpp81 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local
95 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local
115 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local
124 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local
135 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local
155 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local
164 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local
183 auto instruction = std::make_unique<UScriptInstructionSetProportion>(); in TestUpdateProcesserSetProportion() local
193 auto instruction = std::make_unique<UScriptInstructionSetProportion>(); in TestUpdateProcesserSetProportion() local
Dscript_registercmd_unittest.cpp60 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd01() local
74 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd02() local
88 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd03() local
Dscript_loadscript_unittest.cpp59 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript01() local
74 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript02() local
89 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript03() local
Dscript_instructionhelper_unittest.cpp144 for (auto instruction : reservedInstructions) { in TestIsReservedInstruction() local
157 for (auto instruction : reservedInstructions) { in TestAddInstruction() local
/base/update/updater/test/unittest/updater_binary/
Dupdate_image_patch_unittest.cpp39 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch01() local
56 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch02() local
73 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch03() local
90 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch04() local
109 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch05() local
141 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch06() local
/base/update/updater/services/script/script_manager/
Dscript_managerImpl.cpp243 …tManagerImpl::AddInstruction(const std::string &instrName, const UScriptInstructionPtr instruction) in AddInstruction()
/base/update/updater/services/script/script_interpreter/
Dscript_interpreter.cpp177 UScriptInstruction* instruction = scriptManager_->FindInstruction(name); in ExecuteNativeFunc() local
/base/telephony/core_service/interfaces/innerkits/include/
Dtel_ril_sim_parcel.h295 int32_t instruction = 0; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h301 int32_t instruction; member