Searched refs:testRes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/async/async001/ |
H A D | index.js | 18 testRes: "failed" 37 thisCtx.testRes = "passed"; 41 thisCtx.testRes = "passed"; 45 thisCtx.testRes = "failed";
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 2940 napi_value testRes = stringDecoder.Write(env, result); variable 2942 if (napi_get_value_string_utf8(env, testRes, nullptr, 0, &bufferSize) != napi_ok) { 2987 napi_value testRes = stringDecoder.Write(env, result); variable 2989 if (napi_get_value_string_utf8(env, testRes, nullptr, 0, &bufferSize) != napi_ok) { 3010 testRes = stringDecoder.Write(env, result); 3033 napi_value testRes = stringDecoder.Write(env, nullptr); variable 3034 ASSERT_EQ(testRes, nullptr); 3059 napi_value testRes = stringDecoder.Write(env, result); variable 3082 testRes = stringDecoder.End(env, result); 3115 napi_value testRes = stringDecoder.Write(env, result); variable [all …]
|