Home
last modified time | relevance | path

Searched refs:napi_get_value_bigint_int64 (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_bigint_napi.cpp37 NAPI_CALL(env, napi_get_value_bigint_int64(env, args[0], &input, &lossless)); in BigIntIsLossless()
61 NAPI_CALL(env, napi_get_value_bigint_int64(env, args[0], &input, &lossless)); in BigInt64()
H A Dtest_napi.cpp983 * 5.The function of napi_get_value_bigint_int64 is called
999 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless)); in HWTEST_F()
1012 * 5.The function of napi_get_value_bigint_int64 is called
1028 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless)); in HWTEST_F()
1062 * 5.The function of napi_get_value_bigint_int64 is called
1078 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless)); in HWTEST_F()
1109 * @tc.name : Test the maximum value of napi_get_value_bigint_int64
1114 * 5.The function of napi_get_value_bigint_int64 is called
1130 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless)); in HWTEST_F()
1138 * @tc.name : Test the minimum value of napi_get_value_bigint_int64
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp250 ASSERT_CHECK_CALL(napi_get_value_bigint_int64(env, result, &resultValue, &flag)); in HWTEST_F()
261 ASSERT_CHECK_CALL(napi_get_value_bigint_int64(env, result, &resultValue, &flag)); in HWTEST_F()
272 ASSERT_CHECK_CALL(napi_get_value_bigint_int64(env, result, &resultValue, &flag)); in HWTEST_F()
H A Dtest_napi.cpp3234 ASSERT_CHECK_CALL(napi_get_value_bigint_int64(env, argument, &numberValue, &flag)); in HWTEST_F()
6459 napi_status status = napi_get_value_bigint_int64(env, value, &result, &lossless); in HWTEST_F()
6472 napi_status status = napi_get_value_bigint_int64(env, value, result, &lossless); in HWTEST_F()
6485 napi_status status = napi_get_value_bigint_int64(env, value, &result, lossless); in HWTEST_F()
6497 napi_status status = napi_get_value_bigint_int64(env, value, &result, &lossless); in HWTEST_F()
6510 napi_status status = napi_get_value_bigint_int64(env, value, &result, &lossless); in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3378 NAPI_EXTERN napi_status napi_get_value_bigint_int64( in napi_get_value_bigint_int64() function

Completed in 31 milliseconds