Home
last modified time | relevance | path

Searched refs:functionName_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_function.cpp34 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s", functionName_.c_str()); in Execute()
38 inter.GetInstanceId(), functionName_.c_str()); in Execute()
45 inter.GetInstanceId(), functionName_.c_str()); in Execute()
51 inter.GetInstanceId(), functionName_.c_str()); in Execute()
61 inter.GetInstanceId(), functionName_.c_str()); in Execute()
66 inter.GetInstanceId(), index, functionName_.c_str()); in Execute()
73 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s result %s", functionName_.c_str(), in Execute()
87 INTERPRETER_LOGE(inter, context, "Fail to get param name %s", functionName_.c_str()); in GetParamNames()
H A Dscript_function.h36 : functionName_(functionName), params_(params), statements_(list) in ScriptFunction()
42 return functionName_; in GetFunctionName()
48 std::string functionName_; variable
H A Dscript_expression.cpp155 INTERPRETER_LOGD(inter, local, "FunctionCallExpression::Execute %s ", functionName_.c_str()); in Execute()
157 if (inter.IsNativeFunction(functionName_)) { in Execute()
158 return inter.ExecuteNativeFunc(local, functionName_, params_); in Execute()
160 return inter.ExecuteFunction(local, functionName_, params_); in Execute()
H A Dscript_expression.h194 …: UScriptExpression(UScriptExpression::EXPRESSION_TYPE_FUNC), functionName_(identifier), params_(p… in FunctionCallExpression()
202 std::string functionName_;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp820 functionName_ = func; in InnerTimeUtil()
829 functionName_.c_str(), pluginName_.c_str(), costTime); in ~InnerTimeUtil()
832 functionName_.c_str(), pluginName_.c_str(), costTime, DISPATCH_WARNING_TIME); in ~InnerTimeUtil()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h242 std::string functionName_; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp625 EXPECT_EQ(innerTimeUtil.functionName_, "test1");