Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h185 static napi_value PostMessageWithSharedSendableToHost(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp136 …E_NAPI_FUNCTION_WITH_DATA("postMessageWithSharedSendable", PostMessageWithSharedSendableToHost, wo… in InitPort()
816 napi_value Worker::PostMessageWithSharedSendableToHost(napi_env env, napi_callback_info cbinfo) in PostMessageWithSharedSendableToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp1070 Worker::PostMessageWithSharedSendableToHost, worker, &cb);