Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_basicinstruction.cpp70 case UScriptContext::PARAM_TYPE_INTEGER: { in Execute()
135 if (context.GetParamType(i) == UScriptContext::PARAM_TYPE_INTEGER) { in Execute()
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_instruction.h64 PARAM_TYPE_INTEGER = 1, // 整数类型 enumerator
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h36 VALUE_TYPE_INTEGER = UScriptContext::PARAM_TYPE_INTEGER,