Home
last modified time | relevance | path

Searched refs:getOrCreateInstallationID (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherInstallationIDHelperTests.swift10 let installationID1 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()
11 let installationID2 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()
22 let installationID1 = installationIDHelper1.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInStorage()
25 let installationID2 = installationIDHelper2.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInStorage()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherInstallationIDHelperTest.kt20 val installationID1 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()
21 val installationID2 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()
33 val installationID1 = installationIDHelper1.getOrCreateInstallationID(context) in installationID is persisted in storage()
36 val installationID2 = installationIDHelper2.getOrCreateInstallationID(context) in installationID is persisted in storage()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherInstallationIDHelper.swift10 public func getOrCreateInstallationID() -> String { in getOrCreateInstallationID() function
H A DDevLauncherInternal.swift21 …onID": EXDevLauncherController.sharedInstance().installationIDHelper().getOrCreateInstallationID(), in definition()
H A DEXDevLauncherController.m441 NSString *installationID = [_installationIDHelper getOrCreateInstallationID];
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherInstallationIDHelper.kt15 fun getOrCreateInstallationID(context: Context): String { in <lambda>() method
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoaderFactory.kt48 …datesConfigurationWithUrl(url, projectUrl, installationIDHelper.getOrCreateInstallationID(context)) in createAppLoader()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt54 "installationID" to installationIDHelper.getOrCreateInstallationID(reactApplicationContext), in getName()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt118 …ncherManifestParser(httpClient, parsedUrl, installationIDHelper.getOrCreateInstallationID(context)) in <lambda>()