Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h124 static void HostOnMessage(const uv_async_t* req);
H A Dworker.cpp1420 void Worker::HostOnMessage(const uv_async_t* req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker
2447 uv_async_init(loop, hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(Worker::HostOnMessage)); in InitHostHandle()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp117 static void HostOnMessage(const uv_async_t *req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
164 … uv_async_init(loop, worker->hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(HostOnMessage)); in InitHostHandle()
375 Worker::HostOnMessage(req);
1075 Worker::HostOnMessage(req);