Home
last modified time | relevance | path

Searched refs:tmpTestStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-extension.md1184 char* tmpTestStr = nullptr;
1185 napi_unwrap_sendable(env, obj, (void**)&tmpTestStr);
1186 OH_LOG_INFO(LOG_APP, "native value is %{public}s", tmpTestStr);
1229 char* tmpTestStr = nullptr;
1230 napi_remove_wrap_sendable(env, obj, (void**)&tmpTestStr);
1231 OH_LOG_INFO(LOG_APP, "native value is %{public}s", tmpTestStr);
H A Djsvm-data-types-interfaces.md1563 const char *tmpTestStr = nullptr;
1564 OH_JSVM_Unwrap(env, instanceValue, (void **)&tmpTestStr);
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp901 std::string tmpTestStr = "utf-8"; variable
908 const char *result = tmpTestStr.c_str();
909 size_t resultLength = tmpTestStr.length();
937 std::string tmpTestStr = "GB18030"; variable
944 const char *result = tmpTestStr.c_str();
945 size_t resultLength = tmpTestStr.length();
973 std::string tmpTestStr = "gb18030"; variable
980 const char *result = tmpTestStr.c_str();
981 size_t resultLength = tmpTestStr.length();
1008 std::string tmpTestStr = "utf-8"; variable
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-extension.md1146 char* tmpTestStr = nullptr;
1147 napi_unwrap_sendable(env, obj, (void**)&tmpTestStr);
1148 OH_LOG_INFO(LOG_APP, "native value is %{public}s", tmpTestStr);
1191 char* tmpTestStr = nullptr;
1192 napi_remove_wrap_sendable(env, obj, (void**)&tmpTestStr);
1193 OH_LOG_INFO(LOG_APP, "native value is %{public}s", tmpTestStr);
H A Djsvm-data-types-interfaces.md1563 const char *tmpTestStr = nullptr;
1564 OH_JSVM_Unwrap(env, instanceValue, (void **)&tmpTestStr);
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp709 char* tmpTestStr = nullptr; variable
710 res = napi_unwrap_sendable(env, instanceValue, (void**)&tmpTestStr);
712 ASSERT_STREQ(testStr, tmpTestStr);
H A Dtest_napi.cpp1723 char* tmpTestStr = nullptr; variable
1724 napi_unwrap(env, instanceValue, (void**)&tmpTestStr);
1725 ASSERT_STREQ(testStr, tmpTestStr);