Home
last modified time | relevance | path

Searched refs:normalizeTaskResult (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-modules-core/ios/Interfaces/TaskManager/
H A DEXTaskConsumerInterface.h61 - (NSUInteger)normalizeTaskResult:(nullable id)result;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI47_0_0EXTaskConsumerInterface.h61 - (NSUInteger)normalizeTaskResult:(nullable id)result;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI49_0_0EXTaskConsumerInterface.h61 - (NSUInteger)normalizeTaskResult:(nullable id)result;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI48_0_0EXTaskConsumerInterface.h61 - (NSUInteger)normalizeTaskResult:(nullable id)result;
/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchTaskConsumer.swift27 func normalizeTaskResult(_ result: Any?) -> UInt { in normalizeTaskResult() function
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/
H A DEXBackgroundRemoteNotificationConsumer.m37 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Background/
H A DABI47_0_0EXBackgroundRemoteNotificationConsumer.m37 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Background/
H A DABI48_0_0EXBackgroundRemoteNotificationConsumer.m37 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Background/
H A DABI49_0_0EXBackgroundRemoteNotificationConsumer.m37 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/
H A DABI47_0_0EXBackgroundFetchTaskConsumer.m41 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/
H A DABI48_0_0EXBackgroundFetchTaskConsumer.m41 - (NSUInteger)normalizeTaskResult:(id)result
/expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/
H A DABI49_0_0EXBackgroundFetchTaskConsumer.m41 - (NSUInteger)normalizeTaskResult:(id)result
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskService.m205 if ([task.consumer respondsToSelector:@selector(normalizeTaskResult:)]) {
206 result = @([task.consumer normalizeTaskResult:result]);
/expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/
H A DABI47_0_0EXTaskService.m205 if ([task.consumer respondsToSelector:@selector(normalizeTaskResult:)]) {
206 result = @([task.consumer normalizeTaskResult:result]);
/expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/
H A DABI49_0_0EXTaskService.m205 if ([task.consumer respondsToSelector:@selector(normalizeTaskResult:)]) {
206 result = @([task.consumer normalizeTaskResult:result]);
/expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/
H A DABI48_0_0EXTaskService.m205 if ([task.consumer respondsToSelector:@selector(normalizeTaskResult:)]) {
206 result = @([task.consumer normalizeTaskResult:result]);