Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h84 napi_value CreateBaseValueByJson(const napi_env env, const Json::Value& jsonValue);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp541 napi_value CreateBaseValueByJson(const napi_env env, const Json::Value& jsonValue) in CreateBaseValueByJson() function
579 return CreateBaseValueByJson(env, jsonValue); in CreateValueByJson()