Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp653 void CreateUint32Value(const napi_env env, uint32_t value, napi_value& val) in CreateUint32Value() function
672 CreateUint32Value(env, static_cast<uint32_t>(jsonValue.asUInt()), value); in CreateParamItemTypeValue()