Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp185 I64ParseResult ParseSignedBigIntValue(const napi_env env, const napi_value& value) in ParseSignedBigIntValue() function
220 i64Ret = ParseSignedBigIntValue(env, value); in ParseBigIntResultValue()
262 I64ParseResult ret = ParseSignedBigIntValue(env, val); in GetLonglongTypeAttribute()