Searched refs:INTERPRETER_LOGE (Results 1 – 4 of 4) sorted by relevance
/base/update/updater/services/script/script_interpreter/ |
D | script_interpreter.h | 25 #define INTERPRETER_LOGE(inter, context, format, ...) \ macro 34 INTERPRETER_LOGE(inter, context, __VA_ARGS__); \
|
D | script_statement.cpp | 179 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()
|
D | script_function.cpp | 74 INTERPRETER_LOGE(inter, context, "Fail to get param name %s", functionName_.c_str()); in GetParamNames()
|
D | script_expression.cpp | 132 INTERPRETER_LOGE(inter, local, "BinaryExpression::Execute left:%s %s", in Execute()
|