Home
last modified time | relevance | path

Searched refs:ERR_CANCEL_NONEXIST_TASK (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h66 case ERR_CANCEL_NONEXIST_TASK: in NewError()
258 static const int32_t ERR_CANCEL_NONEXIST_TASK = 10200015; // 10200015 : The task to cancel does not exist member in Commonlibrary::Concurrent::Common::Helper::ErrorHelper
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp600 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelTask()
625 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelTask()
649 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelSeqRunnerTask()

Completed in 5 milliseconds