Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp2013 CallWorkerFunction(1, argv, "onmessage", true); in WorkerOnMessageInner()
2111 CallWorkerFunction(0, nullptr, "onmessageerror", true); in WorkerOnMessageErrorInner()
2228 CallWorkerFunction(1, argv, "onerror", false); in WorkerOnErrorInner()
2233 bool Worker::CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool t… in CallWorkerFunction() function in Commonlibrary::Concurrent::WorkerModule::Worker
2258 CallWorkerFunction(0, nullptr, "onclose", true); in CloseWorkerCallback()
H A Dworker.h511 …bool CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool tryCatch…