Home
last modified time | relevance | path

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

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