Home
last modified time | relevance | path

Searched defs:workerPort (Results 1 – 9 of 9) sorted by relevance

/applications/standard/mms/entry/src/main/ets/workers/base/
DWorker.ts20 var workerPort: ThreadWorkerGlobalScope = worker.workerPort; variable
DWorkerTask.ts28 workerPort: ThreadWorkerGlobalScope property in WorkerTask
/applications/standard/app_samples/code/LaunguageBaseClassLibrary/ConcurrentModule/entry/src/main/ets/workers/
DWorker.ts18 let workerPort : ThreadWorkerGlobalScope = worker.workerPort; variable
DWorkerCopy.ts20 const workerPort: ThreadWorkerGlobalScope = worker.workerPort; constant
/applications/standard/contacts/entry/src/main/ets/workers/base/
DWorker.ts20 var workerPort: ThreadWorkerGlobalScope = worker.workerPort; variable
DWorkerTask.ts28 workerPort: ThreadWorkerGlobalScope property in WorkerTask
/applications/standard/app_samples/code/Performance/ArkRuntime/NBody/entry/src/main/ets/workers/
DCalculateWorker.ts20 const workerPort: ThreadWorkerGlobalScope = worker.workerPort; constant
/applications/standard/app_samples/code/Solutions/IM/Chat/products/phone/entry/src/main/ets/pages/workers/
Dworker.ts22 let workerPort = worker.workerPort; variable
/applications/standard/photos/product/phone/src/main/ets/workers/
DHistogramWorker.ts21 const workerPort = worker.workerPort; constant