Home
last modified time | relevance | path

Searched refs:backgroundSession (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemModule.swift12 …private lazy var backgroundSession = createUrlSession(type: .background, delegate: sessionTaskDisp… variable
136 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition()
157 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition()
166 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition()
195 let session = options.sessionType == .background ? backgroundSession : foregroundSession in definition()
H A DEXFileSystem.m41 @property (nonatomic, strong) NSURLSession *backgroundSession;
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m41 @property (nonatomic, strong) NSURLSession *backgroundSession;
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m41 @property (nonatomic, strong) NSURLSession *backgroundSession;
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m41 @property (nonatomic, strong) NSURLSession *backgroundSession;