Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h87 case ERR_NOT_IN_CONCURRENT_FUNCTION:
269 static const int32_t ERR_NOT_IN_CONCURRENT_FUNCTION = 10200023; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp482 ErrorHelper::ThrowError(env, ErrorHelper::ERR_NOT_IN_CONCURRENT_FUNCTION); in SendData()