Home
last modified time | relevance | path

Searched refs:EXSession (Results 1 – 7 of 7) sorted by relevance

/expo/ios/Exponent/Kernel/DevSupport/
H A DEXSession.m3 #import "EXSession.h"
9 @interface EXSession () interface in nonatomic
15 @implementation EXSession implementation
19 static EXSession *theSession;
23 theSession = [[EXSession alloc] init];
H A DEXSession.h7 @interface EXSession : NSObject variable
H A DEXHomeModule.m5 #import "EXSession.h"
250 NSDictionary *session = [[EXSession sharedInstance] session];
260 BOOL success = [[EXSession sharedInstance] saveSessionToKeychain:session error:&error];
273 BOOL success = [[EXSession sharedInstance] deleteSessionFromKeychainWithError:&error];
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXFileDownloader.m6 #import "EXSession.h"
112 NSString *sessionSecret = [[EXSession sharedInstance] sessionSecret];
H A DEXDevelopmentHomeLoader.m12 #import "EXSession.h"
300 NSString *sessionSecret = [[EXSession sharedInstance] sessionSecret];
H A DEXAppLoaderExpoUpdates.m12 #import "EXSession.h"
604 NSString *sessionSecret = [[EXSession sharedInstance] sessionSecret];
/expo/ios/Exponent.xcodeproj/
H A Dproject.pbxproj14 …0799CFDA21839B520039E97C /* EXSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 0799CFD9218…
324 …F1421879262CB68600BB97E6 /* EXSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 0799CFD9218…
500 …0799CFD821839B470039E97C /* EXSession.h */ = {isa = PBXFileReference; lastKnownFileType = sourceco…
501 …0799CFD921839B520039E97C /* EXSession.m */ = {isa = PBXFileReference; lastKnownFileType = sourceco…
1475 0799CFD821839B470039E97C /* EXSession.h */,
1476 0799CFD921839B520039E97C /* EXSession.m */,
2671 0799CFDA21839B520039E97C /* EXSession.m in Sources */,
2896 F1421879262CB68600BB97E6 /* EXSession.m in Sources */,