Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h96 case ERR_INEXISTENT_DEPENDENCY:
274 …static const int32_t ERR_INEXISTENT_DEPENDENCY = 10200027; // 10200027: The dependency does not ex… variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp628 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY, errMessage.c_str()); in RemoveDependency()
663 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY); in RemoveDependency()
1355 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY, errMessage.c_str()); in ThrowNoDependencyError()