Home
last modified time | relevance | path

Searched refs:incrementFailedLaunchCountForUpdate (Results 1 – 10 of 10) sorted by relevance

/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/
H A DABI48_0_0EXUpdatesDatabase.h56 - (void)incrementFailedLaunchCountForUpdate:(ABI48_0_0EXUpdatesUpdate *)update error:(NSError ** _N…
H A DABI48_0_0EXUpdatesDatabase.m239 - (void)incrementFailedLaunchCountForUpdate:(ABI48_0_0EXUpdatesUpdate *)update error:(NSError ** _N…
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/
H A DABI47_0_0EXUpdatesDatabase.h56 - (void)incrementFailedLaunchCountForUpdate:(ABI47_0_0EXUpdatesUpdate *)update error:(NSError ** _N…
H A DABI47_0_0EXUpdatesDatabase.m239 - (void)incrementFailedLaunchCountForUpdate:(ABI47_0_0EXUpdatesUpdate *)update error:(NSError ** _N…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DAppController.swift675 try self.database.incrementFailedLaunchCountForUpdate(launchedUpdate) in appController()
/expo/packages/expo-updates/ios/EXUpdates/
H A DAppController.swift689 try self.database.incrementFailedLaunchCountForUpdate(launchedUpdate) in appController()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabase.swift281 public func incrementFailedLaunchCountForUpdate(_ update: Update) throws { in incrementFailedLaunchCountForUpdate() function
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabase.swift281 public func incrementFailedLaunchCountForUpdate(_ update: Update) throws { in incrementFailedLaunchCountForUpdate() function
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesAppController.m458 [self->_database incrementFailedLaunchCountForUpdate:launchedUpdate error:&error];
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesAppController.m458 [self->_database incrementFailedLaunchCountForUpdate:launchedUpdate error:&error];