Home
last modified time | relevance | path

Searched refs:res0 (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp134 napi_value res0 = nullptr; in HWTEST_F() local
137 napi_call_function(env, nullptr, cb, argc, argv, &res0); in HWTEST_F()
138 ASSERT_CHECK_VALUE_TYPE(env, res0, napi_undefined); in HWTEST_F()
177 napi_value res0 = nullptr; in HWTEST_F() local
189 napi_call_function(env, nullptr, cb, argc, argv, &res0); in HWTEST_F()
190 ASSERT_CHECK_VALUE_TYPE(env, res0, napi_undefined); in HWTEST_F()
201 napi_value res0 = nullptr; in HWTEST_F() local
213 napi_call_function(env, nullptr, cb, argc, argv, &res0); in HWTEST_F()
214 ASSERT_CHECK_VALUE_TYPE(env, res0, napi_undefined); in HWTEST_F()
225 napi_value res0 in HWTEST_F() local
249 napi_value res0 = nullptr; HWTEST_F() local
272 napi_value res0 = nullptr; HWTEST_F() local
296 napi_value res0 = nullptr; HWTEST_F() local
320 napi_value res0 = nullptr; HWTEST_F() local
344 napi_value res0 = nullptr; HWTEST_F() local
368 napi_value res0 = nullptr; HWTEST_F() local
392 napi_value res0 = nullptr; HWTEST_F() local
431 napi_value res0 = nullptr; HWTEST_F() local
459 napi_value res0 = nullptr; HWTEST_F() local
486 napi_value res0 = nullptr; HWTEST_F() local
529 napi_value res0 = nullptr; HWTEST_F() local
574 napi_value res0 = nullptr; HWTEST_F() local
653 napi_value res0 = nullptr; HWTEST_F() local
682 napi_value res0 = nullptr; HWTEST_F() local
749 bool res0 = 0; HWTEST_F() local
784 napi_value res0 = nullptr; HWTEST_F() local
827 napi_value res0 = nullptr; HWTEST_F() local
856 napi_value res0 = nullptr; HWTEST_F() local
894 napi_value res0 = nullptr; HWTEST_F() local
[all...]
/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp65 bool res0 = Timer::RegisterTime(env); in HWTEST_F() local
66 ASSERT_TRUE(res0); in HWTEST_F()
85 bool res0 = 0; in HWTEST_F() local
86 napi_is_exception_pending(env, &res0); in HWTEST_F()
87 ASSERT_TRUE(res0); in HWTEST_F()
278 bool res0 = Timer::HasTimer(env); in HWTEST_F() local
279 ASSERT_TRUE(res0); in HWTEST_F()

Completed in 3 milliseconds