Searched defs:UpdateInfo (Results 1 – 5 of 5) sorted by relevance
23 struct UpdateInfo { struct24 std::string version;25 int64_t firstReceivedTime;26 std::string packageType;
31 struct UpdateInfo { struct33 explicit UpdateInfo(int32_t slotId) : slotId_(slotId) {} in UpdateInfo() argument
113 pub(crate) struct UpdateInfo { struct114 pub(crate) mtime: u64,115 pub(crate) reason: u8,116 pub(crate) tries: u32,117 pub(crate) mime_type: String,118 pub(crate) progress: Progress,119 pub(crate) each_file_status: Vec<EachFileStatus>,
227 impl UpdateInfo { implementation
895 fn get_update_info(&self) -> UpdateInfo { in get_update_info()