Home
last modified time | relevance | path

Searched refs:napi_create_bigint_int64 (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_bigint_napi.cpp63 NAPI_CALL(env, napi_create_bigint_int64(env, input, &output)); in BigInt64()
H A Dtest_napi.cpp837 * 3.The function of napi_create_bigint_int64 is called
853 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
978 * @tc.name : Test the maximum value of napi_create_bigint_int64
981 * 3.The function of napi_create_bigint_int64 is called
994 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
1007 * @tc.name : Test the minimum value of napi_create_bigint_int64
1010 * 3.The function of napi_create_bigint_int64 is called
1023 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
1039 * 2.The function of napi_create_bigint_int64 is called
1049 ret = napi_create_bigint_int64(nullpt in HWTEST_F()
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp246 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
257 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
268 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
H A Dtest_napi.cpp2796 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); in HWTEST_F()
3227 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &argument)); in HWTEST_F()
6414 napi_status status = napi_create_bigint_int64(env, value, result); in HWTEST_F()
6468 napi_create_bigint_int64(env, testValue, &value); in HWTEST_F()
6481 napi_create_bigint_int64(env, testValue, &value); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp288 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp287 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp314 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3354 NAPI_EXTERN napi_status napi_create_bigint_int64(napi_env env, int64_t value, napi_value* result) in napi_create_bigint_int64() function

Completed in 34 milliseconds