Searched refs:markUpdateAccessed (Results 1 – 12 of 12) sorted by relevance
177 markUpdateAccessed() in finishLaunch()181 private func markUpdateAccessed() { in markUpdateAccessed() function187 try self.database.markUpdateAccessed(self.launchedUpdate!) in markUpdateAccessed()
108 fun markUpdateAccessed(update: UpdateEntity) { in markUpdateAccessed() method
54 - (void)markUpdateAccessed:(ABI48_0_0EXUpdatesUpdate *)update error:(NSError ** _Nullable)error;
225 - (void)markUpdateAccessed:(ABI48_0_0EXUpdatesUpdate *)update error:(NSError ** _Nullable)error
54 - (void)markUpdateAccessed:(ABI47_0_0EXUpdatesUpdate *)update error:(NSError ** _Nullable)error;
225 - (void)markUpdateAccessed:(ABI47_0_0EXUpdatesUpdate *)update error:(NSError ** _Nullable)error
75 database.updateDao().markUpdateAccessed(launchedUpdate!!) in launch()
166 NSAssert(_launchedUpdate, @"launchedUpdate should be nonnull before calling markUpdateAccessed");169 [self->_database markUpdateAccessed:self->_launchedUpdate error:&error];
269 public func markUpdateAccessed(_ update: Update) throws { in markUpdateAccessed() function