Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp604 const char testStr[] = "foo"; in CreateReference_test_1() local
606 OH_JSVM_CreateStringUtf8(env, testStr, strlen(testStr), &value); in CreateReference_test_1()
729 const char testStr[] = "foo"; in CreateReference_test_9() local
731 OH_JSVM_CreateStringUtf8(env, testStr, strlen(testStr), &oldresult); in CreateReference_test_9()
862 const char testStr[] = "test"; in testCreateData1() local
865 env, (void *)testStr, [](JSVM_Env env, void *data, void *hint) {}, (void *)testStr, &external); in testCreateData1()
1496 const char testStr[] in equals_test_10() local
1510 const char testStr[] = ""; equals_test_11() local
1523 const char testStr[] = "0"; equals_test_12() local
1536 const char testStr[] = "1"; equals_test_13() local
1557 const char testStr[] = "1,2"; equals_test_14() local
1880 const char testStr[] = "foo"; type_test_String() local
1894 const char testStr[] = "1234567"; type_test_Symbol() local
2004 const char testStr[] = "ab+c"; type_test_RegExp_UNICODE() local
2018 const char testStr[] = "ab+c"; type_test_RegExp_GLOBAL() local
2032 const char testStr[] = "ab+c"; type_test_RegExp_IGNORE_CASE() local
2046 const char testStr[] = "ab+c"; type_test_RegExp_MULTILINE() local
2060 const char testStr[] = "ab+c"; type_test_RegExp_STICKY() local
2074 const char testStr[] = "ab+c"; type_test_RegExp_DOT_ALL() local
2088 const char testStr[] = "ab+c"; type_test_RegExp_LINEAR() local
2102 const char testStr[] = "ab+c"; type_test_RegExp_HAS_INDICES() local
2116 const char testStr[] = "ab+c"; type_test_RegExp_UNICODE_SETS() local
2234 const char testStr[] = "1234567"; type_test_RegExp_Symbol() local
2577 const char testStr[] = "1234567"; testGetPropertyNames() local
2681 const char testStr[] = "1234567"; testProperty() local
2825 const char *testStr = "test"; testWrap() local
3244 const char testStr[] = "hello world"; setProperty() local
3317 const char testStr[] = "hello world"; getProperty() local
3505 const char testStr[] = "hello world1"; NameHandler() local
3589 const char testStr[] = "hello world2"; NameHandler1() local
3696 const char testStr[] = "hello world1"; IndexHandler1() local
3782 const char testStr[] = "hello world1"; IndexHandler2() local
3879 const char testStr[] = "hello world1"; NameHandler2() local
3969 const char testStr[] = "hello world1"; NameHandler3() local
4077 const char testStr[] = "hello world1"; IndexHandler3() local
4168 const char testStr[] = "hello world1"; IndexHandler4() local
4274 const char testStr[] = "hello world1"; NameHandler4() local
4378 const char testStr[] = "hello world2"; NameHandler5() local
4480 const char testStr[] = "hello world3"; NameHandler6() local
4578 const char testStr[] = "hello world1"; IndexHandler5() local
4674 const char testStr[] = "hello world2"; IndexHandler6() local
4767 const char testStr[] = "hello world2"; IndexHandler7() local
4863 const char testStr[] = "hello world1"; NameHandler7() local
4976 const char testStr[] = "hello world2"; NameHandler8() local
5087 const char testStr[] = "hello world1"; IndexHandler8() local
5207 const char testStr[] = "hello world2"; IndexHandler9() local
5504 const char testStr[] = "test"; CreateExternal() local
[all...]
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp543 const char testStr[] = "test"; in createExternal() local
546 env, (void*)testStr, in createExternal()
548 (void*)testStr, &external); in createExternal()
552 NAPI_ASSERT(env, tempExternal == testStr, "tempExternal expect equal to testStr"); in createExternal()
1091 const char testStr[] = "test"; in getValueExternal() local
1094 env, (void*)testStr, in getValueExternal()
1096 (void*)testStr, &external); in getValueExternal()
1100 NAPI_ASSERT(env, tempExternal == testStr, "napi_get_value_external true"); in getValueExternal()
1459 const char testStr[] in getPropertyNames() local
1564 const char testStr[] = "1234567"; hasProperty() local
1636 const char testStr[] = "cKey"; setAndDeleteProperty() local
1950 const char* testStr = "test"; wrap() local
1975 const char* testStr = "test"; unwrap() local
2004 const char* testStr = "test"; removeWrap() local
4686 const char *testStr = "test"; CheckUnwrapFunc() local
4859 const char* testStr = "wrap_sendable_test"; NapiWrapSendableTest() local
4884 const char* testStr = "wrap_sendable_with_size_test"; NapiWrapSendableWithSizeTest() local
4910 const char* testStr = "unwrap_sendable_test"; NapiUnWrapSendableTest() local
4940 const char* testStr = "remove_wrap_sendable_test"; NapiRemoveWrapSendableTest() local
5350 const char testStr[] = "test"; createExternalNull() local
6022 const char testStr[] = "test"; getValueExternalValueNull() local
6038 const char testStr[] = "test"; getValueExternalResultNull() local
6053 const char testStr[] = "test"; getValueExternalNotPtr() local
6632 const char testStr[] = "1234567"; getPropertyNamesObjectNull() local
6648 const char testStr[] = "1234567"; getPropertyNamesResultNull() local
6779 const char testStr[] = "cKey"; hasPropertyObjectNull() local
6807 const char testStr[] = "cKey"; hasPropertyResultNull() local
6819 const char testStr[] = "cKey"; deletePropertyObjectNull() local
6844 const char testStr[] = "cKey"; deletePropertyResultNull() local
7453 const char* testStr = "test"; unwrapRstNull() local
7497 const char* testStr = "test"; removeWrapRstNull() local
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp505 const char testStr[] = "test"; in createExternal() local
508 env, (void*)testStr, in createExternal()
510 (void*)testStr, &external); in createExternal()
514 NAPI_ASSERT(env, tempExternal == testStr, "tempExternal expect equal to testStr"); in createExternal()
1028 const char testStr[] = "test"; in getValueExternal() local
1031 env, (void*)testStr, in getValueExternal()
1033 (void*)testStr, &external); in getValueExternal()
1037 NAPI_ASSERT(env, tempExternal == testStr, "napi_get_value_external true"); in getValueExternal()
1396 const char testStr[] in getPropertyNames() local
1471 const char testStr[] = "1234567"; hasProperty() local
1542 const char testStr[] = "cKey"; setAndDeleteProperty() local
1806 const char* testStr = "test"; wrap() local
1831 const char* testStr = "test"; unwrap() local
1860 const char* testStr = "test"; removeWrap() local
4458 const char *testStr = "test"; CheckUnwrapFunc() local
4631 const char* testStr = "wrap_sendable_test"; NapiWrapSendableTest() local
4656 const char* testStr = "wrap_sendable_with_size_test"; NapiWrapSendableWithSizeTest() local
4682 const char* testStr = "unwrap_sendable_test"; NapiUnWrapSendableTest() local
4712 const char* testStr = "remove_wrap_sendable_test"; NapiRemoveWrapSendableTest() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp215 char *testStr = nullptr; in Asprintf_One() local
217 ret = asprintf(&testStr, "%s", buf); in Asprintf_One()
219 if (testStr) { in Asprintf_One()
220 free(testStr); in Asprintf_One()
221 testStr = nullptr; in Asprintf_One()

Completed in 34 milliseconds