Home
last modified time | relevance | path

Searched refs:EXDevLauncherInstallationIDHelper (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherInstallationIDHelperTests.swift9 let installationIDHelper = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInMemory()
21 let installationIDHelper1 = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInStorage()
24 let installationIDHelper2 = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInStorage()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.h21 @class EXDevLauncherInstallationIDHelper; variable
81 - (EXDevLauncherInstallationIDHelper *)installationIDHelper;
H A DEXDevLauncherInstallationIDHelper.swift8 public class EXDevLauncherInstallationIDHelper: NSObject { class
H A DEXDevLauncherController.m56 @property (nonatomic, strong) EXDevLauncherInstallationIDHelper *installationIDHelper;
84 self.installationIDHelper = [EXDevLauncherInstallationIDHelper new];