Home
last modified time | relevance | path

Searched refs:testStringStr (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp1425 const char* testStringStr = "test"; in strictEquals() local
1427 napi_create_string_utf8(env, testStringStr, strlen(testStringStr), &testString); in strictEquals()
6577 const char* testStringStr = "test"; in strictEqualsFirstValueNull() local
6579 napi_create_string_utf8(env, testStringStr, strlen(testStringStr), &testString); in strictEqualsFirstValueNull()
6590 const char* testStringStr = "test"; in strictEqualsSecondValueNull() local
6592 napi_create_string_utf8(env, testStringStr, strlen(testStringStr), &testString); in strictEqualsSecondValueNull()
6603 const char* testStringStr = "test"; in strictEqualsResultNull() local
6605 napi_create_string_utf8(env, testStringStr, strlen(testStringStr), &testString); in strictEqualsResultNull()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp1355 const char *testStringStr = "test"; in testValueOperation2() local
1357 OH_JSVM_CreateStringUtf8(env, testStringStr, strlen(testStringStr), &testString); in testValueOperation2()