Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h113 static void HostOnMessage(const uv_async_t* req);
H A Dworker.cpp1394 void Worker::HostOnMessage(const uv_async_t* req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker
1890 HITRACE_HELPER_METER_NAME("Worker:: HostOnMessage"); in PostWorkerMessageTask()
2403 uv_async_init(loop, hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(Worker::HostOnMessage)); in InitHostHandle()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp122 static void HostOnMessage(const uv_async_t *req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
169 uv_async_init(loop, worker->hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(HostOnMessage)); in InitHostHandle()
270 Worker::HostOnMessage(req); in TestHostOnMessageInner()
1140 Worker::HostOnMessage(req); in HWTEST_F()
1860 Worker::HostOnMessage(req); in HWTEST_F()

Completed in 16 milliseconds