Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h86 napi_value CreateValueByJsonStr(napi_env env, const std::string& jsonStr);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp582 napi_value CreateValueByJsonStr(napi_env env, const std::string& jsonStr) in CreateValueByJsonStr() function
599 SetNamedProperty(env, obj, PARAM_PROPERTY, CreateValueByJsonStr(env, event->GetParamStr())); in CreateEventInfo()