Home
last modified time | relevance | path

Searched defs:error (Results 1 - 25 of 26) sorted by relevance

12

/commonlibrary/rust/ylong_http/ylong_http/src/h1/
H A Dmod.rs16 mod error; modules
/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Dlib.rs42 mod error; modules
H A Derror.rs[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dmod.rs55 mod error; modules
H A Dframe.rs568 pub fn error(&self, id: u32) -> Result<H2Error, H2Error> { in error() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dmod.rs15 mod error; modules
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dmod.rs16 mod error; modules
H A Derror.rs
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dmod.rs18 mod error; modules
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dlib.rs39 pub mod error; modules
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dmod.rs17 pub mod error; modules
/commonlibrary/rust/ylong_json/src/
H A Dlib.rs56 mod error; modules
H A Derror.rs[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dlib.rs37 pub mod error; modules
H A Derror.rs[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs26 mod error; modules
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_group.cpp180 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelPendingGroup() local
H A Dtaskpool.cpp280 napi_value error = ErrorHelper::NewError(task->env_, 0, "taskpool:: task has been canceled"); in DelayTask() local
H A Dtask.cpp1061 napi_value error = nullptr; in CancelPendingTask() local
1358 napi_value error = ErrorHelper::NewError(env_, 0, "taskpool:: task has been canceled"); in ClearDelayedTimers() local
H A Dtask_manager.cpp636 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: task has been canceled"); in CancelTask() local
1537 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelGroup() local
1649 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: sequenceRunner task has been canceled"); in DisposeCanceledTask() local
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dlock_request.cpp239 std::string error; in TimeoutCallback() local
278 napi_value error = ErrorHelper::NewError(env_, ErrorHelper::ERR_ASYNCLOCK_TIMEOUT, errorMessage.c_str()); in HandleRequestTimeout() local
/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp51 napi_value error; in ThrowingCallback() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h189 static napi_value TranslateErrorEvent(napi_env env, napi_value error) in TranslateErrorEvent() argument
239 static napi_value ObjectToError(napi_env env, napi_value error) in ObjectToError() argument
[all...]
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp3450 napi_value error = NapiHelper::CreateObject(env); in HWTEST_F() local

Completed in 37 milliseconds

12