Searched refs:ERR_WORKER_NOT_RUNNING (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.cpp | 638 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "maybe worker is terminated"); in AddListener() 682 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "maybe worker is terminated"); in RemoveListener() 780 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "maybe worker is terminated"); in RemoveAllListener() 885 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, in GlobalCall() 953 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "worker is null"); in GlobalCall() 1012 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "worker is null"); in CloseWorker() 1066 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "worker is not running."); in ParentPortAddEventListener() 1110 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "worker is nullptr."); in ParentPortDispatchEvent() 1162 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, "worker is not running."); in ParentPortRemoveEventListener() 1189 WorkerThrowError(env, ErrorHelper::ERR_WORKER_NOT_RUNNING, in ParentPortRemoveAllListener() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | error_helper.h | 51 case ERR_WORKER_NOT_RUNNING: 252 …static const int32_t ERR_WORKER_NOT_RUNNING = 10200004; // 10200004 : The Worker instance is not r… variable
|