Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h365 static void HostOnGlobalCall(const uv_async_t* req);
H A Dworker.cpp1466 void Worker::HostOnGlobalCall(const uv_async_t* req) in HostOnGlobalCall() function in Commonlibrary::Concurrent::WorkerModule::Worker
2409 uv_async_init(loop, hostOnGlobalCallSignal_, reinterpret_cast<uv_async_cb>(Worker::HostOnGlobalCall)); in InitHostHandle()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp302 static void HostOnGlobalCall(Worker *worker, napi_env env) in HostOnGlobalCall() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
306 Worker::HostOnGlobalCall(req); in HostOnGlobalCall()
1546 Worker::HostOnGlobalCall(req); in HWTEST_F()
4275 HostOnGlobalCall(worker, env); in HWTEST_F()

Completed in 14 milliseconds