Home
last modified time | relevance | path

Searched refs:CommonPostMessageToHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h193 …static napi_value CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSenda…
H A Dworker.cpp813 return CommonPostMessageToHost(env, cbinfo, true); in PostMessageToHost()
819 return CommonPostMessageToHost(env, cbinfo, false); in PostMessageWithSharedSendableToHost()
822 napi_value Worker::CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSenda… in CommonPostMessageToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker