Home
last modified time | relevance | path

Searched refs:registerTask (Results 1 – 25 of 35) sorted by relevance

12

/expo/packages/expo-file-system/ios/EXSessionTasks/
H A DEXTaskHandlersManager.h15 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid;
H A DEXTaskHandlersManager.m21 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI47_0_0EXTaskHandlersManager.h15 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid;
H A DABI47_0_0EXTaskHandlersManager.m21 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI49_0_0EXTaskHandlersManager.h15 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid;
H A DABI49_0_0EXTaskHandlersManager.m21 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI48_0_0EXTaskHandlersManager.h15 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid;
H A DABI48_0_0EXTaskHandlersManager.m21 - (void)registerTask:(NSURLSessionTask *)task uuid:(NSString *)uuid
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskManagerInterface.java12 …void registerTask(String taskName, Class consumerClass, Map<String, Object> options) throws Except… in registerTask() method
H A DTaskServiceInterface.java23 …void registerTask(String taskName, String appScopeKey, String appUrl, Class consumerClass, Map<Str… in registerTask() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.kt19 taskManager.registerTask( in <lambda>()
/expo/packages/expo-background-fetch/android/src/main/java/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.kt19 taskManager.registerTask(taskName, BackgroundFetchTaskConsumer::class.java, options) in <lambda>()
/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchModule.swift31 …taskManager.registerTask(withName: name, consumer: BackgroundFetchTaskConsumer.self, options: opti… in definition()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java33 mTaskManager.registerTask( in registerTaskAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java33 mTaskManager.registerTask( in registerTaskAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java33 mTaskManager.registerTask( in registerTaskAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java33 mTaskManager.registerTask(taskName, BackgroundFetchTaskConsumer.class, options); in registerTaskAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java33 mTaskManager.registerTask(taskName, BackgroundFetchTaskConsumer.class, options); in registerTaskAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java33 mTaskManager.registerTask(taskName, BackgroundFetchTaskConsumer.class, options); in registerTaskAsync()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerInternalModule.java68 …public void registerTask(String taskName, Class consumerClass, Map<String, Object> options) throws… in registerTask() method in TaskManagerInternalModule
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java68 …public void registerTask(String taskName, Class consumerClass, Map<String, Object> options) throws… in registerTask() method in TaskManagerInternalModule
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java68 …public void registerTask(String taskName, Class consumerClass, Map<String, Object> options) throws… in registerTask() method in TaskManagerInternalModule
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java68 …public void registerTask(String taskName, Class consumerClass, Map<String, Object> options) throws… in registerTask() method in TaskManagerInternalModule
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java478 mTaskManager.registerTask(taskName, LocationTaskConsumer.class, options); in startLocationUpdatesAsync()
511 mTaskManager.registerTask(taskName, GeofencingTaskConsumer.class, options); in startGeofencingAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java478 mTaskManager.registerTask(taskName, LocationTaskConsumer.class, options); in startLocationUpdatesAsync()
511 mTaskManager.registerTask(taskName, GeofencingTaskConsumer.class, options); in startGeofencingAsync()

12