Searched refs:PostMessageToHost (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 166 static napi_value PostMessageToHost(napi_env env, napi_callback_info cbinfo);
|
H A D | worker.cpp | 133 DECLARE_NAPI_FUNCTION_WITH_DATA("postMessage", PostMessageToHost, worker), in InitPort() 783 napi_value Worker::PostMessageToHost(napi_env env, napi_callback_info cbinfo) in PostMessageToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker
|
/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 1133 std::string funcName = "PostMessageToHost"; in HWTEST_F() 1135 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::PostMessageToHost, worker, &cb); in HWTEST_F() 1148 //worker PostMessageToHost 1164 std::string funcName = "PostMessageToHost"; in HWTEST_F() 1166 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::PostMessageToHost, nullptr, &cb); in HWTEST_F() 1175 //worker PostMessageToHost 1213 std::string funcName = "PostMessageToHost"; in HWTEST_F() 1216 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::PostMessageToHost, worker, &cb); in HWTEST_F() 3181 std::string funcName = "PostMessageToHost"; in HWTEST_F() 3183 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::PostMessageToHost, worke in HWTEST_F() [all...] |
Completed in 13 milliseconds