Home
last modified time | relevance | path

Searched refs:ASSERT_CHECK_CALL (Results 1 - 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp23 #define ASSERT_CHECK_CALL(call) \ macro
32 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
53 ASSERT_CHECK_CALL(napi_get_undefined(env, &value)); in HWTEST_F()
75 ASSERT_CHECK_CALL(napi_create_object(env, &result)); in HWTEST_F()
80 ASSERT_CHECK_CALL(napi_create_string_utf8(env, testStr, strlen(testStr), &strAttribute)); in HWTEST_F()
82 ASSERT_CHECK_CALL(napi_set_named_property(env, result, "strAttribute", strAttribute)); in HWTEST_F()
85 ASSERT_CHECK_CALL(napi_get_named_property(env, result, "strAttribute", &retStrAttribute)); in HWTEST_F()
90 ASSERT_CHECK_CALL(napi_create_int32(env, testNumber, &numberAttribute)); in HWTEST_F()
92 ASSERT_CHECK_CALL(napi_set_named_property(env, result, "numberAttribute", numberAttribute)); in HWTEST_F()
95 ASSERT_CHECK_CALL(napi_get_property_name in HWTEST_F()
[all...]
/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp27 #define ASSERT_CHECK_CALL(call) \ macro
36 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp27 #define ASSERT_CHECK_CALL(call) \ macro
36 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp30 #define ASSERT_CHECK_CALL(call) \ macro
39 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
1183 ASSERT_CHECK_CALL(napi_create_object(env, &arrayresult)); in HWTEST_F()
1187 ASSERT_CHECK_CALL(napi_create_string_utf8(env, testStr, strlen(testStr), &strAttribute)); in HWTEST_F()
1189 ASSERT_CHECK_CALL(napi_set_named_property(env, arrayresult, "strAttribute", strAttribute)); in HWTEST_F()
1192 ASSERT_CHECK_CALL(napi_get_named_property(env, arrayresult, "strAttribute", &retStrAttribute)); in HWTEST_F()
1197 ASSERT_CHECK_CALL(napi_create_int32(env, testNumber, &numberAttribute)); in HWTEST_F()
1199 ASSERT_CHECK_CALL(napi_set_named_property(env, arrayresult, "numberAttribute", numberAttribute)); in HWTEST_F()
1202 ASSERT_CHECK_CALL(napi_get_property_names(env, arrayresult, &propNames)); in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp28 #define ASSERT_CHECK_CALL(call) \ macro
37 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp23 #define ASSERT_CHECK_CALL(call) \ macro
32 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp25 #define ASSERT_CHECK_CALL(call) \ macro
34 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp28 #define ASSERT_CHECK_CALL(call) \ macro
37 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp29 #define ASSERT_CHECK_CALL(call) \ macro
38 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp30 #define ASSERT_CHECK_CALL(call) \ macro
39 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \

Completed in 41 milliseconds