Home
last modified time | relevance | path

Searched refs:GetParamNames (Results 1 – 11 of 11) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_function.cpp56 std::vector<std::string> paramNames = GetParamNames(inter, context); in Execute()
78 std::vector<std::string> ScriptFunction::GetParamNames(ScriptInterpreter &inter, in GetParamNames() function in Uscript::ScriptFunction
Dscript_function.h47 … std::vector<std::string> GetParamNames(ScriptInterpreter &inter, UScriptContextPtr context) const;
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record_c.cpp87 int GetParamNames(const HiSysEventRecordC& record, char*** names, size_t& len) in GetParamNames() function
94 recordObj.GetParamNames(dataVec); in GetParamNames()
148 GetParamNames(*record, names, *len); in OH_HiSysEvent_GetParamNames()
Dhisysevent_record.cpp134 void HiSysEventRecord::GetParamNames(std::vector<std::string>& params) const in GetParamNames() function in OHOS::HiviewDFX::HiSysEventRecord
136 jsonVal_->GetParamNames(params); in GetParamNames()
357 void HiSysEventValue::GetParamNames(std::vector<std::string>& params) const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue
Dlibhisyseventmanager.map41 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamNames(std::__h::vector<std::__h::basic_string<char, st…
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_value.h53 void GetParamNames(std::vector<std::string>& params) const;
Dhisysevent_record.h57 void GetParamNames(std::vector<std::string>& params) const;
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
Dhisyseventmanager_fuzzer.cpp57 record.GetParamNames(params); in HiSysEventRecordTest()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h229 static std::string GetParamNames(std::vector<std::pair<std::string, std::string>> &strVector);
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp662 std::string ClientHelper::GetParamNames(std::vector<std::pair<std::string, std::string>> &strVector) in GetParamNames() function in OHOS::UpdateEngine::ClientHelper
678 .append(": Parameter error. The type of { ").append(GetParamNames(paramInfos)).append(" }") in NapiThrowParamError()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_native_test.cpp1441 record.GetParamNames(paramNames);