Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h58 static void CreateUInt64Value(const napi_env env, uint64_t value, napi_value& ret);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp576 NapiHiSysEventUtil::CreateUInt64Value(env, jsonValue.asUInt64(), value); in CreateParamItemTypeValue()
843 void NapiHiSysEventUtil::CreateUInt64Value(const napi_env env, uint64_t value, napi_value& ret) in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil