Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp1242 uint32_t resultRefCount = 0; in HWTEST_F() local
1244 napi_reference_ref(env, resultRef, &resultRefCount); in HWTEST_F()
1245 ASSERT_EQ(resultRefCount, static_cast<uint32_t>(2)); in HWTEST_F()
1247 napi_reference_unref(env, resultRef, &resultRefCount); in HWTEST_F()
1248 ASSERT_EQ(resultRefCount, static_cast<uint32_t>(1)); in HWTEST_F()

Completed in 16 milliseconds