Searched refs:TaskNotFound (Results 1 – 17 of 17) sorted by relevance
27 reply.write(&(ErrorCode::TaskNotFound as i32))?; in unsubscribe()33 reply.write(&(ErrorCode::TaskNotFound as i32))?; in unsubscribe()41 reply.write(&(ErrorCode::TaskNotFound as i32))?; in unsubscribe()
27 reply.write(&(ErrorCode::TaskNotFound as i32))?; in touch()35 reply.write(&(ErrorCode::TaskNotFound as i32))?; in touch()51 reply.write(&(ErrorCode::TaskNotFound as i32))?; in touch()
33 reply.write(&(ErrorCode::TaskNotFound as i32))?; in show()39 reply.write(&(ErrorCode::TaskNotFound as i32))?; in show()55 reply.write(&(ErrorCode::TaskNotFound as i32))?; in show()
31 reply.write(&(ErrorCode::TaskNotFound as i32))?; in get_task()38 reply.write(&(ErrorCode::TaskNotFound as i32))?; in get_task()48 reply.write(&(ErrorCode::TaskNotFound as i32))?; in get_task()
38 reply.write(&(ErrorCode::TaskNotFound as i32))?; in query_mime_type()44 reply.write(&(ErrorCode::TaskNotFound as i32))?; in query_mime_type()
28 reply.write(&(ErrorCode::TaskNotFound as i32))?; in stop()34 reply.write(&(ErrorCode::TaskNotFound as i32))?; in stop()
38 reply.write(&(ErrorCode::TaskNotFound as i32))?; in resume()45 reply.write(&(ErrorCode::TaskNotFound as i32))?; in resume()
35 reply.write(&(ErrorCode::TaskNotFound as i32))?; in start()42 reply.write(&(ErrorCode::TaskNotFound as i32))?; in start()
50 reply.write(&(ErrorCode::TaskNotFound as i32))?; in query()66 reply.write(&(ErrorCode::TaskNotFound as i32))?; in query()
39 reply.write(&(ErrorCode::TaskNotFound as i32))?; in pause()45 reply.write(&(ErrorCode::TaskNotFound as i32))?; in pause()
40 reply.write(&(ErrorCode::TaskNotFound as i32))?; in remove()47 reply.write(&(ErrorCode::TaskNotFound as i32))?; in remove()
28 reply.write(&(ErrorCode::TaskNotFound as i32))?; in subscribe()34 reply.write(&(ErrorCode::TaskNotFound as i32))?; in subscribe()
124 .ok_or(ErrorCode::TaskNotFound)?; in start_inner()135 .ok_or(ErrorCode::TaskNotFound)?; in start_inner()152 .ok_or(ErrorCode::TaskNotFound)?; in start_inner()177 .ok_or(ErrorCode::TaskNotFound)?; in remove_task()393 .ok_or(ErrorCode::TaskNotFound)?; in check_config_satisfy()444 .ok_or(ErrorCode::TaskNotFound)?; in change_status()447 return Err(ErrorCode::TaskNotFound); in change_status()
25 TaskNotFound = 21900006, enumerator43 assert_eq!(ErrorCode::TaskNotFound as i32, 21900006); in ut_enum_error_code()
186 Err(ErrorCode::TaskNotFound) => continue, // If we cannot find the task, skip it. in reschedule_inner()
572 None => return Err(ErrorCode::TaskNotFound), in get_task()578 None => return Err(ErrorCode::TaskNotFound), in get_task()
301 Err(_) => ErrorCode::TaskNotFound, in check_subscriber()