Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h63 case ERR_NOT_CONCURRENT_FUNCTION:
257 …static const int32_t ERR_NOT_CONCURRENT_FUNCTION = 10200014; // 10200014 : The function is not mar… variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp1034 ErrorHelper::ThrowError(env, ErrorHelper::ERR_NOT_CONCURRENT_FUNCTION, errMessage.c_str()); in GenerateTaskInfo()