Home
last modified time | relevance | path

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

/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
Dnapi_hichecker.cpp174 bool lossless = true; in GetRuleParam() local
175 napi_get_value_bigint_uint64(env, argv[ARRAY_INDEX_FIRST], &rule, &lossless); in GetRuleParam()
176 if (!lossless) { in GetRuleParam()
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp219 bool lossless = true; in GetPropertyBigInt64() local
220 napi_get_value_bigint_uint64(env, propertyValue, &bigInt64Value, &lossless); in GetPropertyBigInt64()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp145 bool lossless = true; in ParseBigIntValue() local
150 status = napi_get_value_bigint_int64(env, value, &int64Value, &lossless); in ParseBigIntValue()
154 status = napi_get_value_bigint_uint64(env, value, &uint64Value, &lossless); in ParseBigIntValue()