Searched refs:funcResultValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.cpp | 1668 ASSERT_NE(funcResultValue, nullptr); 1672 ASSERT_NE(funcResultValue, nullptr); 1679 ASSERT_NE(funcResultValue, nullptr); 1683 ASSERT_NE(funcResultValue, nullptr); 1691 ASSERT_NE(funcResultValue, nullptr); 1722 ASSERT_NE(funcResultValue, nullptr); 1728 ASSERT_NE(funcResultValue, nullptr); 1734 ASSERT_NE(funcResultValue, nullptr); 1740 ASSERT_NE(funcResultValue, nullptr); 1744 ASSERT_NE(funcResultValue, nullptr); [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.cpp | 623 napi_value funcResultValue = nullptr; variable 626 … napi_call_function(env, instance, testFunc, 2, args, &funcResultValue); // 2: number of arguments 627 ASSERT_NE(funcResultValue, nullptr);
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 734 napi_value funcResultValue = nullptr; variable 737 ASSERT_NE(funcResultValue, nullptr); 802 napi_value funcResultValue; variable 817 napi_get_value_int32(env, funcResultValue, &cNumber); 855 napi_value funcResultValue = nullptr; variable 857 ASSERT_NE(funcResultValue, nullptr); 883 napi_value funcResultValue = nullptr; variable 5651 napi_value funcResultValue = nullptr; variable 5664 napi_value funcResultValue = nullptr; variable 5679 napi_value funcResultValue = nullptr; variable [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/test/ |
H A D | test_concurrent.cpp | 778 napi_value funcResultValue = nullptr; variable 779 napi_call_function(env, recv, funcValue, 0, nullptr, &funcResultValue);
|