Lines Matching defs:CommandResult
478 ) -> CommandResult<()> { in schedule_task()
497 async fn sync_all_blocks(&self) -> CommandResult<()> { in sync_all_blocks()
519 ) -> CommandResult<()> { in sync_tasks_and_reboot()
546 async fn add_staged_bootloader_file(&mut self, file_name: &str) -> CommandResult<()> { in add_staged_bootloader_file()
576 async fn set_active_slot(&mut self, slot: &str) -> CommandResult<()> { in set_active_slot()
619 async fn get_var_all(&mut self, mut resp: impl VarInfoSender) -> CommandResult<()> { in get_var_all()
634 ) -> CommandResult<()> { in download_complete()
639 async fn flash(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in flash()
664 async fn erase(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in erase()
684 async fn upload(&mut self, _: impl UploadBuilder) -> CommandResult<()> { in upload()
694 ) -> CommandResult<()> { in fetch()
723 async fn r#continue(&mut self, mut resp: impl InfoSender) -> CommandResult<()> { implementation
728 async fn set_active(&mut self, slot: &str, _: impl InfoSender) -> CommandResult<()> { in set_active()
780 async fn boot(&mut self, _: impl InfoSender + OkaySender) -> CommandResult<()> { in boot()