Home
last modified time | relevance | path

Searched defs:rstStatus (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_string_test.cpp210 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf8(env, nullptr, size, &strRstName); in TestCreateStringUtf8Test1() local
230 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf8(env, strInput, size, &strRstValue); in TestCreateStringUtf8Test2() local
263 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf8(env, strInput, size, &strRstValue); in TestCreateStringUtf8Test3() local
296 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf8(env, strInput, size, &strRstValue); in TestCreateStringUtf8Test4() local
332 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, nullptr, size, &strRstName); in TestCreateStringUtf16Test1() local
352 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, strInput, size, &strRstValue); in TestCreateStringUtf16Test2() local
392 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, strInput, size, &strRstValue); in TestCreateStringUtf16Test3() local
435 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, strInput, size, &strRstValue); in TestCreateStringUtf16Test4() local
509 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, strInput, size, &strRstValue); in TestGetValueStringUtf16Test2() local
551 JSVM_Status rstStatus = OH_JSVM_CreateStringUtf16(env, strInput, size, &strRstValue); in TestGetValueStringUtf16Test3() local
[all …]
Dnapi_error_test.cpp1074 JSVM_Status rstStatus = OH_JSVM_IsError(env, rstValue, nullptr); in TestIsErrorTest1() local
1093 JSVM_Status rstStatus = OH_JSVM_IsError(env, argv[0], &bRst); in TestIsErrorTest2() local
1117 JSVM_Status rstStatus = OH_JSVM_GetAndClearLastException(env, &rstValue); in TestGetAndClearLastExceptionTest1() local
1137 JSVM_Status rstStatus = OH_JSVM_GetAndClearLastException(env, &rstValue); in TestGetAndClearLastExceptionTest2() local
1156 JSVM_Status rstStatus = OH_JSVM_GetAndClearLastException(env, nullptr); in TestGetAndClearLastExceptionTest3() local
1178 JSVM_Status rstStatus = OH_JSVM_IsExceptionPending(env, &bRst); in TestIsExceptionPendingTest1() local
1209 JSVM_Status rstStatus = OH_JSVM_GetAndClearLastException(env, &rstErrorValue); in TestIsExceptionPendingTest2() local
1238 JSVM_Status rstStatus = OH_JSVM_IsExceptionPending(env, nullptr); in TestIsExceptionPendingTest3() local
1265 JSVM_Status rstStatus = OH_JSVM_GetLastErrorInfo(env, &pError); in TestGetLastErrorInfoTest1() local
1295 JSVM_Status rstStatus = OH_JSVM_GetLastErrorInfo(env, &pError); in TestGetLastErrorInfoTest2() local
[all …]