Home
last modified time | relevance | path

Searched refs:params_ (Results 1 - 16 of 16) sorted by relevance

/base/update/updater/services/script/script_interpreter/
H A Dscript_function.cpp27 delete params_; in ~ScriptFunction()
42 if (inputParams == nullptr || params_ == nullptr) { in Execute()
43 if (params_ != nullptr || inputParams != nullptr) { in Execute()
49 if (params_->GetParams().size() != inputParams->GetParams().size()) { in Execute()
83 for (auto expression : params_->GetParams()) { in GetParamNames()
H A Dscript_function.h36 : functionName_(functionName), params_(params), statements_(list) in ScriptFunction()
49 ScriptParams* params_ = nullptr; member in Uscript::ScriptFunction
H A Dscript_expression.cpp158 return inter.ExecuteNativeFunc(local, functionName_, params_); in Execute()
160 return inter.ExecuteFunction(local, functionName_, params_); in Execute()
174 delete params_; in ~FunctionCallExpression()
H A Dscript_expression.h194 : UScriptExpression(UScriptExpression::EXPRESSION_TYPE_FUNC), functionName_(identifier), params_(params) {} in FunctionCallExpression()
203 ScriptParams* params_ = nullptr; member in Uscript::FunctionCallExpression
H A Dscript_statement.h202 params_ = params; in AddParams()
208 ScriptParams* params_ {};
H A Dscript_statement.cpp340 delete params_; in ~UScriptReturnStatement()
359 if (params_ == nullptr) { in Execute()
369 for (auto id : params_->GetParams()) { in Execute()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_system_ability_interface.h26 std::string params_; member
29 : eventType_(eventType), params_(params), userId_(userId) in SystemEvent()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_callback_test.cpp32 SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dscreen_state_collection.h38 std::string params_; member in OHOS::PowerMgr::ScreenStateCollection
H A Dcharger_state_collection.h79 std::string params_; member in OHOS::PowerMgr::ChargerStateCollection
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability_proxy.cpp41 if (!data.WriteString(systemEvent.params_)) { in OnCallBack()
H A Dscreenlock_system_ability.cpp357 systemEvent.params_ = std::to_string(reasonFlag); in StrongAuthChanged()
718 systemEvent.params_.c_str()); in SystemEventCallBack()
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_thermal_level.h72 std::string params_; member in OHOS::PowerMgr::ActionThermalLevel
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dscreen_state_collection.cpp44 params_ = params; in InitParam()
H A Dcharger_state_collection.cpp56 params_ = params; in InitParam()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_system_ability_callback.cpp60 napi_create_string_utf8(entry->env, entry->systemEvent.params_.c_str(), NAPI_AUTO_LENGTH, &params); in OnCallBack()

Completed in 7 milliseconds