Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h69 case ERR_CANCEL_NONEXIST_TASK_GROUP:
261 static const int32_t ERR_CANCEL_NONEXIST_TASK_GROUP = 10200018; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp1557 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK_GROUP, errMsg.c_str()); in CancelGroup()