Home
last modified time | relevance | path

Searched defs:custom_error (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Derror.rs24 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in sdv_schedule_error_format() localVariable
70 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in sdv_schedule_error_kind() localVariable
84 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in sdv_schedule_error_into_inner() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Derror.rs208 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_debug() localVariable
225 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "custom task shutdown"); in ut_schedule_error_display() localVariable
268 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_kind() localVariable
282 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_into_inner() localVariable