Searched refs:funcResultValue (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.cpp | 1666 napi_value funcResultValue = nullptr; in HWTEST_F() local 1667 napi_call_function(env, instance, testFunc, 2, args, &funcResultValue); // 2: number of arguments in HWTEST_F() 1668 ASSERT_NE(funcResultValue, nullptr); in HWTEST_F() 1671 napi_call_function(env, instance, testFunc, 0, nullptr, &funcResultValue); in HWTEST_F() 1672 ASSERT_NE(funcResultValue, nullptr); in HWTEST_F() 1678 napi_call_function(env, instance, testFunc, 1, &val, &funcResultValue); in HWTEST_F() 1679 ASSERT_NE(funcResultValue, nullptr); in HWTEST_F() 1682 napi_call_function(env, instance, testFunc, 0, nullptr, &funcResultValue); in HWTEST_F() 1683 ASSERT_NE(funcResultValue, nullptr); in HWTEST_F() 1690 napi_call_function(env, instance, testFunc, 2, args, &funcResultValue); // in HWTEST_F() 1717 napi_value funcResultValue = nullptr; HWTEST_F() local 1782 napi_value funcResultValue = nullptr; HWTEST_F() local [all...] |
/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.cpp | 623 napi_value funcResultValue = nullptr; in HWTEST_F() local 626 napi_call_function(env, instance, testFunc, 2, args, &funcResultValue); // 2: number of arguments in HWTEST_F() 627 ASSERT_NE(funcResultValue, nullptr); in HWTEST_F()
|
/commonlibrary/ets_utils/js_concurrent_module/test/ |
H A D | test_concurrent.cpp | 778 napi_value funcResultValue = nullptr; in HWTEST_F() local 779 napi_call_function(env, recv, funcValue, 0, nullptr, &funcResultValue); in HWTEST_F()
|
Completed in 8 milliseconds