Home
last modified time | relevance | path

Searched refs:CreateValueByJson (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp561 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 Dnapi_util.h85 napi_value CreateValueByJson(napi_env env, const Json::Value& jsonValue);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp290 void CreateValueByJson(CParameters &retValue, const Json::Value& jsonValue) in CreateValueByJson() function
328 CreateValueByJson(retValue[i], jsonValue[propertyName]); in CreateValueByJsonStr()

Completed in 3 milliseconds