Searched refs:napi_create_bigint_int64 (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_bigint_napi.cpp | 63 NAPI_CALL(env, napi_create_bigint_int64(env, input, &output)); in BigInt64()
|
H A D | test_napi.cpp | 837 * 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 D | test_napi_ext.cpp | 246 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 D | test_napi.cpp | 2796 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 D | napi_value.cpp | 288 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_val.cpp | 287 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 314 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 3354 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