Home
last modified time | relevance | path

Searched refs:installationIDHelper (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherInstallationIDHelperTests.swift9 let installationIDHelper = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInMemory() variable
10 let installationID1 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()
11 let installationID2 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherInstallationIDHelperTest.kt19 val installationIDHelper = DevLauncherInstallationIDHelper() in installationID is persisted in memory() constant
20 val installationID1 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()
21 val installationID2 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoaderFactory.kt29 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in createAppLoader() constant in expo.modules.devlauncher.launcher.loaders.DevLauncherAppLoaderFactory
48 …val configuration = createUpdatesConfigurationWithUrl(url, projectUrl, installationIDHelper.getOrC… in createAppLoader()
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift21 …"installationID": EXDevLauncherController.sharedInstance().installationIDHelper().getOrCreateInsta… in definition()
H A DEXDevLauncherController.h81 - (EXDevLauncherInstallationIDHelper *)installationIDHelper;
H A DEXDevLauncherController.m56 @property (nonatomic, strong) EXDevLauncherInstallationIDHelper *installationIDHelper; property
84 self.installationIDHelper = [EXDevLauncherInstallationIDHelper new];
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt33 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() constant
54 "installationID" to installationIDHelper.getOrCreateInstallationID(reactApplicationContext), in getName()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt56 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in <lambda>() constant in expo.modules.devlauncher.DevLauncherController
118 …val manifestParser = DevLauncherManifestParser(httpClient, parsedUrl, installationIDHelper.getOrCr… in <lambda>()