Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h96 case ERR_INEXISTENT_DEPENDENCY: in NewError()
274 static const int32_t ERR_INEXISTENT_DEPENDENCY = 10200027; // 10200027: The dependency does not exist member in Commonlibrary::Concurrent::Common::Helper::ErrorHelper
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp596 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY, errMessage.c_str()); in RemoveDependency()
630 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY); in RemoveDependency()
1320 ErrorHelper::ThrowError(env, ErrorHelper::ERR_INEXISTENT_DEPENDENCY, errMessage.c_str()); in ThrowNoDependencyError()

Completed in 4 milliseconds