Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h272 static const int32_t ERR_ADD_DEPENDENT_TASK_TO_SEQRUNNER = 10200025; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp1181 …ErrorHelper::ThrowError(env, ErrorHelper::ERR_ADD_DEPENDENT_TASK_TO_SEQRUNNER, errMessage.c_str()); in CanForSequenceRunner()