Home
last modified time | relevance | path

Searched refs:INTERPRETER_LOGE (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_interpreter.h25 #define INTERPRETER_LOGE(inter, context, format, ...) \ macro
34 INTERPRETER_LOGE(inter, context, __VA_ARGS__); \
Dscript_statement.cpp179 INTERPRETER_LOGE(interpreter, context, "Execute before"); in Execute()
187 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute()
224 INTERPRETER_LOGE(interpreter, context, "Execute while condition failed: %s", in Execute()
256 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute()
Dscript_function.cpp74 INTERPRETER_LOGE(inter, context, "Fail to get param name %s", functionName_.c_str()); in GetParamNames()
Dscript_expression.cpp132 INTERPRETER_LOGE(inter, local, "BinaryExpression::Execute left:%s %s", in Execute()