Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp746 char* tempTestStr1 = nullptr; in HWTEST_F() local
747 napi_remove_wrap_sendable(env, instanceValue, (void**)&tempTestStr1); in HWTEST_F()
748 ASSERT_STREQ(testWrapStr, tempTestStr1); in HWTEST_F()
H A Dtest_napi.cpp2240 char* tempTestStr1 = nullptr; in HWTEST_F() local
2241 napi_remove_wrap(env, instanceValue, (void**)&tempTestStr1); in HWTEST_F()
2242 ASSERT_STREQ(testWrapStr, tempTestStr1); in HWTEST_F()

Completed in 20 milliseconds