Searched refs:installationIDHelper (Results 1 – 8 of 8) sorted by relevance
9 let installationIDHelper = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInMemory() variable10 let installationID1 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()11 let installationID2 = installationIDHelper.getOrCreateInstallationID() in testGetOrCreateInstallationID_PersistedInMemory()
19 val installationIDHelper = DevLauncherInstallationIDHelper() in installationID is persisted in memory() constant20 val installationID1 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()21 val installationID2 = installationIDHelper.getOrCreateInstallationID(context) in installationID is persisted in memory()
29 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in createAppLoader() constant in expo.modules.devlauncher.launcher.loaders.DevLauncherAppLoaderFactory48 …val configuration = createUpdatesConfigurationWithUrl(url, projectUrl, installationIDHelper.getOrC… in createAppLoader()
21 …"installationID": EXDevLauncherController.sharedInstance().installationIDHelper().getOrCreateInsta… in definition()
81 - (EXDevLauncherInstallationIDHelper *)installationIDHelper;
56 @property (nonatomic, strong) EXDevLauncherInstallationIDHelper *installationIDHelper; property84 self.installationIDHelper = [EXDevLauncherInstallationIDHelper new];
33 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() constant54 "installationID" to installationIDHelper.getOrCreateInstallationID(reactApplicationContext), in getName()
56 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in <lambda>() constant in expo.modules.devlauncher.DevLauncherController118 …val manifestParser = DevLauncherManifestParser(httpClient, parsedUrl, installationIDHelper.getOrCr… in <lambda>()