Searched refs:EXNullIfNil (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/expo-calendar/ios/EXCalendar/ |
| H A D | EXCalendarConverter.m | 127 @"name": EXNullIfNil(source.title) 135 serializedCalendar[@"id"] = EXNullIfNil(calendar.calendarIdentifier); 136 serializedCalendar[@"title"] = EXNullIfNil(calendar.title); 137 …serializedCalendar[@"source"] = EXNullIfNil([EXCalendarConverter serializeSource:calendar.source]); 186 serializedItem[@"timeZone"] = EXNullIfNil(item.timeZone.name); 187 serializedItem[@"url"] = EXNullIfNil(item.URL.absoluteString.stringByRemovingPercentEncoding); 188 serializedItem[@"notes"] = EXNullIfNil(item.notes); 284 …formedCalendarEvent[@"organizer"] = EXNullIfNil([EXCalendarConverter _serializeAttendee:event.orga…
|
| /expo/packages/expo-modules-core/ios/ |
| H A D | EXUnimodulesCompat.h | 46 #define UMNullIfNil EXNullIfNil
|
| H A D | EXDefines.h | 79 #define EXNullIfNil(value) (value ?: [NSNull null]) macro
|
| /expo/packages/expo-location/ios/EXLocation/ |
| H A D | EXLocation.m | 300 @"street": EXNullIfNil(placemark.thoroughfare), 301 @"region": EXNullIfNil(placemark.administrativeArea), 302 @"subregion": EXNullIfNil(placemark.subAdministrativeArea), 303 @"country": EXNullIfNil(placemark.country), 304 @"postalCode": EXNullIfNil(placemark.postalCode), 305 @"name": EXNullIfNil(placemark.name), 306 @"isoCountryCode": EXNullIfNil(placemark.ISOcountryCode), 307 @"timezone": EXNullIfNil(placemark.timeZone.name),
|
| /expo/packages/expo-file-system/ios/EXSessionTasks/ |
| H A D | EXSessionTaskDelegate.m | 32 @"mimeType": EXNullIfNil([httpResponse MIMEType])
|
| H A D | EXSessionUploadTaskDelegate.m | 48 …result[@"body"] = EXNullIfNil([[NSString alloc] initWithData:_responseData encoding:NSUTF8StringEn…
|
| /expo/packages/expo-application/ios/EXApplication/ |
| H A D | EXApplication.m | 44 resolve(EXNullIfNil([mainProvisioningProfile notificationServiceEnvironment]));
|
| /expo/packages/expo-media-library/ios/EXMediaLibrary/ |
| H A D | EXMediaLibrary.m | 368 resolve(EXNullIfNil([EXMediaLibrary _exportCollection:collection])); 384 resolve(EXNullIfNil([EXMediaLibrary _exportCollection:collection])); 390 resolve(EXNullIfNil([EXMediaLibrary _exportCollection:collection])); 831 @"filename": EXNullIfNil(fileName), 878 @"title": EXNullIfNil(collection.localizedTitle), 879 @"folderName": EXNullIfNil(folderName), 885 @"locationNames": EXNullIfNil(collection.localizedLocationNames),
|
| /expo/packages/expo-constants/ios/ |
| H A D | EXConstantsService.m | 67 @"manifest": EXNullIfNil([[self class] appConfig]),
|
| /expo/packages/expo-task-manager/ios/EXTaskManager/ |
| H A D | EXTaskManager.m | 128 resolve(EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
|
| H A D | EXTaskService.m | 280 @"error": EXNullIfNil([self _exportError:error]), 502 @"options": EXNullIfNil([task options]),
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.m | 759 resolve(@{ @"resumeData": EXNullIfNil([resumeData base64EncodedStringWithOptions:0]) });
|