Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp424 uint32_t testValue = UINT32_MAX; in HWTEST_F() local
426 result = NapiHelper::CreateUint32(env, testValue); in HWTEST_F()
739 uint32_t testValue = UINT32_MAX; in HWTEST_F() local
741 ASSERT_CHECK_CALL(napi_create_uint32(env, testValue, &result)); in HWTEST_F()
752 int32_t testValue = INT32_MAX; in HWTEST_F() local
754 ASSERT_CHECK_CALL(napi_create_int32(env, testValue, &result)); in HWTEST_F()
801 uint64_t testValue = UINT64_MAX; in HWTEST_F() local
803 ASSERT_CHECK_CALL(napi_create_bigint_uint64(env, testValue, &result)); in HWTEST_F()

Completed in 4 milliseconds