Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h117 case ERR_TASK_EXECUTE_PERIODICALLY:
284 static const int32_t ERR_TASK_EXECUTE_PERIODICALLY = 10200050; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp1317 ErrorHelper::ThrowError(env, ErrorHelper::ERR_TASK_EXECUTE_PERIODICALLY); in CanExecutePeriodically()