Lines Matching defs:call
304 static void ExpectCheckCall(napi_status call)
306 EXPECT_EQ(call, napi_ok);
359 GTEST_LOG_(INFO) << "none block call fail times" << iFailTimes;
6406 * 3.In the test thread, calls the napi_call_threadsafe_function function [nonblock call 10 times,
6407 * block call 10 times, nonblock call 10 times].
6409 * function[nonblock call 10 times, block call 10 times, onblock call 10 times].
6472 * 3.In the test thread, calls the napi_call_threadsafe_function function [block call 10 times,
6473 * nonblock call 10 times, block call 10 times].
6475 * function[block call 10 times, nonblock call 10 times, block call 10 times].
6539 * 3.In the test thread, calls the napi_call_threadsafe_function function [block call 10 times,
6540 * nonblock call 10 times, block call 10 times].
6542 * function[nonblock call 10 times, block call 10 times, nonblock call 10 times].
6544 * function[block call 10 times, nonblock call 10 times, block call 10 times].
6546 * function[nonblock call 10 times, block call 10 times, nonblock call 10 times].
6610 * 3.In the test thread, calls the napi_call_threadsafe_function function [nonblock call 30 times].
6612 * function[nonblock call 30 times].
6667 * 3.In the test thread, calls the napi_call_threadsafe_function function [block call 30 times].
6669 * function[block call 30 times].
6816 * @tc.name : If all parameters are normal, call napi_create_threadsafe_function to create a safe thread
7684 * @tc.name : Release after testing napi_add_env_cleanup_hook call, call again
7714 * 5.Then call the function of napi_add_env_cleanup_hook again
8096 * call remove to delete the registered function, and then re-register the function.
8214 * @tc.name : Test the normal call of napi_remove_async_cleanup_hook