Searched refs:CreateValueByJson (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_util.cpp | 561 napi_value CreateValueByJson(napi_env env, const Json::Value& jsonValue)
in CreateValueByJson() function 566 SetElement(env, array, i, CreateValueByJson(env, jsonValue[static_cast<int>(i)]));
in CreateValueByJson() 575 SetNamedProperty(env, obj, propertyName, CreateValueByJson(env, jsonValue[propertyName]));
in CreateValueByJson() 590 return CreateValueByJson(env, jsonValue);
in CreateValueByJsonStr()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_util.h | 85 napi_value CreateValueByJson(napi_env env, const Json::Value& jsonValue);
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_watcher_impl.cpp | 290 void CreateValueByJson(CParameters &retValue, const Json::Value& jsonValue) in CreateValueByJson() function 328 CreateValueByJson(retValue[i], jsonValue[propertyName]); in CreateValueByJsonStr()
|
Completed in 3 milliseconds