Home
last modified time | relevance | path

Searched refs:originValues (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h49 …ic void CreateJsSysEventInfoArray(const napi_env env, const std::vector<std::string>& originValues,
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp675 …ntUtil::CreateJsSysEventInfoArray(const napi_env env, const std::vector<std::string>& originValues, in CreateHiSysEventInfoJsObject() argument
678 auto len = originValues.size(); in CreateHiSysEventInfoJsObject()
681 CreateHiSysEventInfoJsObject(env, originValues[i], item); in CreateHiSysEventInfoJsObject()