Searched refs:process_into_unit (Results 1 – 7 of 7) sorted by relevance
1458 self.process_into_unit(req).await in start_container()1507 self.process_into_unit(req).await in stop_container()1561 self.process_into_unit(req).await in remove_container()1664 self.process_into_unit(req).await in restart_container()1960 self.process_into_unit(req).await in kill_container()2009 self.process_into_unit(req).await in update_container()2060 self.process_into_unit(req).await in rename_container()2095 self.process_into_unit(req).await in pause_container()2130 self.process_into_unit(req).await in unpause_container()2243 self.process_into_unit(req).await in upload_to_container()
509 self.process_into_unit(req).await in remove_network()669 self.process_into_unit(req).await in connect_network()718 self.process_into_unit(req).await in disconnect_network()
199 let fut = self.process_into_unit(req); in start_exec()
403 self.process_into_unit(req).await in delete_service()
386 self.process_into_unit(req).await in remove_volume()
1344 self.process_into_unit(req).await in tag_image()1413 self.process_into_unit(req).await in push_image()
826 pub(crate) fn process_into_unit( in process_into_unit() method