Searched refs:lossless (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/ |
D | napi_hichecker.cpp | 174 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/ |
D | napi_hitrace_util.cpp | 219 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/ |
D | napi_hisysevent_util.cpp | 145 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()
|