Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h174 static napi_value PostMessageWithSharedSendableToHost(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp134 DECLARE_NAPI_FUNCTION_WITH_DATA("postMessageWithSharedSendable", PostMessageWithSharedSendableToHost, worker), in InitPort()
789 napi_value Worker::PostMessageWithSharedSendableToHost(napi_env env, napi_callback_info cbinfo) in PostMessageWithSharedSendableToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp1852 std::string funcName = "PostMessageWithSharedSendableToHost"; in HWTEST_F()
1855 Worker::PostMessageWithSharedSendableToHost, worker, &cb); in HWTEST_F()

Completed in 15 milliseconds