Home
last modified time | relevance | path

Searched refs:EXNullIfNil (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendarConverter.m127 @"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 DEXUnimodulesCompat.h46 #define UMNullIfNil EXNullIfNil
H A DEXDefines.h79 #define EXNullIfNil(value) (value ?: [NSNull null]) macro
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m300 @"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 DEXSessionTaskDelegate.m32 @"mimeType": EXNullIfNil([httpResponse MIMEType])
H A DEXSessionUploadTaskDelegate.m48 …result[@"body"] = EXNullIfNil([[NSString alloc] initWithData:_responseData encoding:NSUTF8StringEn…
/expo/packages/expo-application/ios/EXApplication/
H A DEXApplication.m44 resolve(EXNullIfNil([mainProvisioningProfile notificationServiceEnvironment]));
/expo/packages/expo-media-library/ios/EXMediaLibrary/
H A DEXMediaLibrary.m368 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 DEXConstantsService.m67 @"manifest": EXNullIfNil([[self class] appConfig]),
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskManager.m128 resolve(EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
H A DEXTaskService.m280 @"error": EXNullIfNil([self _exportError:error]),
502 @"options": EXNullIfNil([task options]),
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m759 resolve(@{ @"resumeData": EXNullIfNil([resumeData base64EncodedStringWithOptions:0]) });