Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h108 case ERR_ASYNCLOCK_TIMEOUT:
280 static const int32_t ERR_ASYNCLOCK_TIMEOUT = 10200031; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dlock_request.cpp309 …napi_value error = ErrorHelper::NewError(env_, ErrorHelper::ERR_ASYNCLOCK_TIMEOUT, errorMessage.c_… in HandleRequestTimeout()