Searched refs:tmpTestStr (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 1978 const char* tmpTestStr = nullptr; in unwrap() local 1979 NAPI_CALL(env, napi_unwrap(env, instanceValue, (void**)&tmpTestStr)); in unwrap() 1980 NAPI_ASSERT(env, tmpTestStr == testStr, "napi_unwrap fail"); in unwrap() 2007 const char* tmpTestStr = nullptr; in removeWrap() local 2008 NAPI_CALL(env, napi_unwrap(env, instanceValue, (void**)&tmpTestStr)); in removeWrap() 2009 NAPI_ASSERT(env, tmpTestStr == testStr, "napi_unwrap fail"); in removeWrap() 4689 char *tmpTestStr = nullptr; in CheckUnwrapFunc() local 4690 napi_unwrap(env, argv[0], (void **)&tmpTestStr); in CheckUnwrapFunc() 4692 NAPI_CALL(env, napi_create_int32(env, strcmp(tmpTestStr, testStr), &value)); in CheckUnwrapFunc() 4914 const char* tmpTestStr = nullptr; in NapiUnWrapSendableTest() local [all …]
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 2828 const char *tmpTestStr = nullptr; in testWrap() local 2829 OH_JSVM_Unwrap(env, instanceValue, (void **)&tmpTestStr); in testWrap()
|