Home
last modified time | relevance | path

Searched refs:napi_stop_event_loop (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h103 NAPI_EXTERN napi_status napi_stop_event_loop(napi_env env);
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4393 * @tc.desc: Test napi_stop_event_loop with nullptr env.
4398 napi_status res = napi_stop_event_loop(nullptr); in HWTEST_F()
4404 * @tc.desc: Test napi_stop_event_loop with nullptr loop.
4412 napi_status res = napi_stop_event_loop(napi_env(engine)); in HWTEST_F()
4419 * @tc.desc: Test napi_stop_event_loop with main thread.
4427 napi_status res = napi_stop_event_loop(env); in HWTEST_F()
4433 * @tc.desc: Test napi_stop_event_loop with worker thread.
4442 napi_status res = napi_stop_event_loop(env); in HWTEST_F()
4449 * @tc.desc: Test napi_stop_event_loop with taskpool thread.
4458 napi_status res = napi_stop_event_loop(en in HWTEST_F()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3988 NAPI_EXTERN napi_status napi_stop_event_loop(napi_env env) in napi_stop_event_loop() function

Completed in 21 milliseconds