Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h90 struct WorkerParams { struct
380 static WorkerParams* CheckWorkerArgs(napi_env env, napi_value argsValue);
H A Dworker.cpp226 WorkerParams* workerParams = nullptr; in Constructor()
391 Worker::WorkerParams* Worker::CheckWorkerArgs(napi_env env, napi_value argsValue) in CheckWorkerArgs()
393 WorkerParams* workerParams = nullptr; in CheckWorkerArgs()
395 workerParams = new WorkerParams(); in CheckWorkerArgs()