Searched refs:res3 (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/test/ |
H A D | test_console.cpp | 155 napi_value res3 = nullptr; in HWTEST_F() local 158 napi_call_function(env, nullptr, cb, argc, argv, &res3); in HWTEST_F() 159 ASSERT_CHECK_VALUE_TYPE(env, res3, napi_undefined); in HWTEST_F() 516 napi_value res3 = nullptr; in HWTEST_F() local 518 napi_call_function(env, nullptr, cb, argc, argv, &res3); in HWTEST_F() 519 ASSERT_CHECK_VALUE_TYPE(env, res3, napi_undefined); in HWTEST_F() 560 napi_value res3 = nullptr; in HWTEST_F() local 562 napi_call_function(env, nullptr, cb, argc, argv2, &res3); in HWTEST_F() 563 ASSERT_CHECK_VALUE_TYPE(env, res3, napi_undefined); in HWTEST_F() 595 napi_value res3 in HWTEST_F() local 712 napi_value res3 = nullptr; HWTEST_F() local 767 bool res3 = 0; HWTEST_F() local 805 napi_value res3 = nullptr; HWTEST_F() local [all...] |
/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.cpp | 1151 std::string res3 = " todoWorktodo todoPlaytodo go thereabba table trtdApplestd tdBananastd trtablenote"; in HWTEST_F() local 1152 std::string result = res1 + res2 + res3; in HWTEST_F() 1235 std::string res3 = " h:trh:tdApplesh:td h:tdBananash:td h:trh:tablenote"; in HWTEST_F() local 1236 std::string result = res1 + res2 + res3; in HWTEST_F() 1319 std::string res3 = " todoPlaytodo go thereabba h:table h:trh:tdApplesh:td h:tdBananash:td h:trh:tablenote"; in HWTEST_F() local 1320 std::string result = res1 + res2 + res3; in HWTEST_F() 1362 std::string res3 = " todoPlaytodo go thereabba h:table h:trh:tdApplesh:td h:tdBananash:td h:trh:tablenote"; in HWTEST_F() local 1363 std::string result = res1 + res2 + res3; in HWTEST_F() 1446 std::string res3 = "h:trh:tdApplesh:td h:tdBananash:td h:trh:tablenote"; in HWTEST_F() local 1447 std::string result = res1 + res2 + res3; in HWTEST_F() 1489 std::string res3 = " h:trh:tdApplesh:td h:tdBananash:td h:trh:tablenote"; HWTEST_F() local 1533 std::string res3 = " todoPlaytodo go thereabba table trtdApplestd tdBananastd trtablenote"; HWTEST_F() local [all...] |
/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 3072 unsigned char* res3 = OHOS::Util::DecodeAchieves(env, stdDecodeInfo3); in HWTEST_F() local 3073 ASSERT_EQ(0, static_cast<unsigned char>(*res3)); in HWTEST_F()
|
Completed in 12 milliseconds