Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h114 case ERR_REGISTRATION_OF_LISTENERS:
282 static const int32_t ERR_REGISTRATION_OF_LISTENERS = 10200034; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp770 ErrorHelper::ThrowError(env, ErrorHelper::ERR_REGISTRATION_OF_LISTENERS); in OnEnqueued()
808 ErrorHelper::ThrowError(env, ErrorHelper::ERR_REGISTRATION_OF_LISTENERS); in OnStartExecution()
858 ErrorHelper::ThrowError(env, ErrorHelper::ERR_REGISTRATION_OF_LISTENERS); in OnExecutionFailed()
896 ErrorHelper::ThrowError(env, ErrorHelper::ERR_REGISTRATION_OF_LISTENERS); in OnExecutionSucceeded()