Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 45) sorted by relevance

12

/expo/packages/@expo/cli/src/start/server/__tests__/
H A DDevelopmentSession-test.ts20 const session = new DevelopmentSession('/', 'http://localhost:19001/', err); constant
55 const session = new DevelopmentSession('/', 'http://localhost:19001/', err); constant
81 const session = new DevelopmentSession('/', 'http://localhost:19001/', err); constant
/expo/packages/expo-file-system/ios/
H A DFileSystemModule.swift136 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition() variable
157 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition() variable
166 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition() variable
195 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition() variable
/expo/home/api/
H A DAPIV2Client.ts79 const { session } = Store.getState(); constant
107 const { session } = Store.getState(); constant
/expo/home/redux/
H A DSessionActions.ts20 const session = await LocalStorage.getSessionAsync(); constant
H A DStore.types.ts11 session: SessionType; property
/expo/packages/expo-dev-launcher/bundle/functions/
H A DrestoreUserAsync.ts6 const session = await restoreSessionAsync(); constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherAuth.kt38 val session = localStore.getString(SessionKey, null) in restoreSessionAsync() constant
/expo/ios/versioned/sdk48/ExpoMailComposer/
H A DMailComposerModule.swift26 let session = MailComposingSession(appContext) in definition() variable
/expo/ios/versioned/sdk49/ExpoMailComposer/
H A DMailComposerModule.swift26 let session = MailComposingSession(appContext) in definition() variable
/expo/packages/expo-mail-composer/ios/
H A DMailComposerModule.swift26 let session = MailComposingSession(appContext) in definition() variable
/expo/ios/versioned/sdk47/ExpoMailComposer/
H A DMailComposerModule.swift26 let session = MailComposingSession(appContext) in definition() variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0Registration.cpp31 void disableDebugging(DebugSessionToken session) { in disableDebugging()
H A DABI48_0_0ConnectionDemux.cpp93 void ConnectionDemux::disableDebugging(DebugSessionToken session) { in disableDebugging()
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXSession.m30 {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0Registration.cpp31 void disableDebugging(DebugSessionToken session) { in disableDebugging()
/expo/ios/versioned/sdk49/EXCamera/EXCamera/
H A DCameraViewModule.swift307 let session = AVCaptureSession() in getAvailableVideoCodecs() variable
/expo/packages/expo-camera/ios/EXCamera/
H A DCameraViewModule.swift307 let session = AVCaptureSession() in getAvailableVideoCodecs() variable
/expo/ios/versioned/sdk48/EXCamera/EXCamera/
H A DCameraViewModule.swift299 let session = AVCaptureSession() in getAvailableVideoCodecs() variable
/expo/ios/versioned/sdk47/EXCamera/EXCamera/
H A DCameraViewModule.swift299 let session = AVCaptureSession() in getAvailableVideoCodecs() variable
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentSharedPreferences.kt87 val session = JSONObject(sessionString) constant in host.exp.exponent.storage.ExponentSharedPreferences
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt78 val session = Arguments.fromBundle(BundleJSONConverter.convertToBundle(sessionJsonObject)) in getSessionAsync() constant
/expo/packages/expo-modules-core/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift19 private lazy var session: URLSession = { variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift19 private lazy var session: URLSession = { variable
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DFinancialConnectionsSheetFragment.kt149 val session = WritableNativeMap() in <lambda>() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DFinancialConnectionsSheetFragment.kt147 val session = WritableNativeMap() in <lambda>() constant

12