Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h150 static napi_value PostMessageWithSharedSendable(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp69 DECLARE_NAPI_FUNCTION("postMessageWithSharedSendable", PostMessageWithSharedSendable), in InitWorker()
409 napi_value Worker::PostMessageWithSharedSendable(napi_env env, napi_callback_info cbinfo) in PostMessageWithSharedSendable() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp1773 std::string funcName = "PostMessageWithSharedSendable"; in HWTEST_F()
1775 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::PostMessageWithSharedSendable, worker, &cb); in HWTEST_F()

Completed in 13 milliseconds