Searched refs:tmpTestStr1 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 714 char* tmpTestStr1 = nullptr; variable 715 res = napi_remove_wrap_sendable(env, instanceValue, (void**)&tmpTestStr1); 717 ASSERT_STREQ(testStr, tmpTestStr1);
|
H A D | test_napi.cpp | 1727 char* tmpTestStr1 = nullptr; variable 1728 napi_remove_wrap(env, instanceValue, (void**)&tmpTestStr1); 1729 ASSERT_STREQ(testStr, tmpTestStr1);
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 1565 const char *tmpTestStr1 = nullptr; 1566 OH_JSVM_RemoveWrap(env, instanceValue, (void **)&tmpTestStr1); 1567 OH_JSVM_Unwrap(env, instanceValue, (void **)&tmpTestStr1);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 1565 const char *tmpTestStr1 = nullptr; 1566 OH_JSVM_RemoveWrap(env, instanceValue, (void **)&tmpTestStr1); 1567 OH_JSVM_Unwrap(env, instanceValue, (void **)&tmpTestStr1);
|