Home
last modified time | relevance | path

Searched defs:GetParamNames (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_function.cpp78 std::vector<std::string> ScriptFunction::GetParamNames(ScriptInterpreter &inter, in GetParamNames() function in Uscript::ScriptFunction
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp139 void HiSysEventRecord::GetParamNames(std::vector<std::string>& params) const in GetParamNames() function in OHOS::HiviewDFX::HiSysEventRecord
366 void HiSysEventValue::GetParamNames(std::vector<std::string>& params) const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue
H A Dhisysevent_record_c.cpp90 int GetParamNames(const HiSysEventRecordC& record, char*** names, size_t& len) in GetParamNames() function
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp275 std::string NapiCommonUtils::GetParamNames(std::vector<std::pair<std::string, std::string>> &strVec… in GetParamNames() function in OHOS::UpdateEngine::NapiCommonUtils