Home
last modified time | relevance | path

Searched refs:taskManager (Results 1 – 25 of 132) sorted by relevance

123456

/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchModule.swift4 private var taskManager: EXTaskManagerInterface? variable
10 taskManager = appContext?.legacyModule(implementing: EXTaskManagerInterface.self) in definition()
23 guard let taskManager else { in definition()
27 if !taskManager.hasBackgroundModeEnabled("fetch") { in definition()
31taskManager.registerTask(withName: name, consumer: BackgroundFetchTaskConsumer.self, options: opti… in definition()
35 taskManager?.unregisterTask(withName: name, consumerClass: BackgroundFetchTaskConsumer.self) in definition()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.kt3 import expo.modules.interfaces.taskManager.TaskManagerInterface in <lambda>()
9 private lateinit var taskManager: TaskManagerInterface in <lambda>() variable in expo.modules.notifications.notifications.background.ExpoBackgroundNotificationTasksModule
14 taskManager = appContext.legacyModule() in <lambda>()
19 taskManager.registerTask( in <lambda>()
27 taskManager.unregisterTask( in <lambda>()
H A DBackgroundRemoteNotificationTaskConsumer.java22 import expo.modules.interfaces.taskManager.TaskConsumer;
23 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
25 import expo.modules.interfaces.taskManager.TaskInterface;
26 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/packages/expo-background-fetch/android/src/main/java/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.kt3 import expo.modules.interfaces.taskManager.TaskManagerInterface in <lambda>()
12 private val taskManager: TaskManagerInterface in <lambda>() constant in expo.modules.backgroundfetch.BackgroundFetchModule
19 taskManager.registerTask(taskName, BackgroundFetchTaskConsumer::class.java, options) in <lambda>()
23 taskManager.unregisterTask(taskName, BackgroundFetchTaskConsumer::class.java) in <lambda>()
H A DBackgroundFetchTaskConsumer.java13 import expo.modules.interfaces.taskManager.TaskConsumer;
14 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
16 import expo.modules.interfaces.taskManager.TaskInterface;
17 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTask.java1 package abi47_0_0.expo.modules.taskManager;
7 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
9 import expo.modules.interfaces.taskManager.TaskInterface;
10 import expo.modules.interfaces.taskManager.TaskServiceInterface;
H A DTaskService.java1 package abi47_0_0.expo.modules.taskManager;
29 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
31 import expo.modules.interfaces.taskManager.TaskInterface;
32 import expo.modules.interfaces.taskManager.TaskManagerInterface;
34 import expo.modules.interfaces.taskManager.TaskServiceInterface;
233 if (taskManager == null) { in setTaskManager()
252 taskManager.executeTaskWithBody(body); in setTaskManager()
399 if (taskManager != null) { in executeTask()
400 taskManager.executeTaskWithBody(body); in executeTask()
[all …]
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTask.java1 package expo.modules.taskManager;
7 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
9 import expo.modules.interfaces.taskManager.TaskInterface;
10 import expo.modules.interfaces.taskManager.TaskServiceInterface;
H A DTaskService.java1 package expo.modules.taskManager;
29 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
31 import expo.modules.interfaces.taskManager.TaskInterface;
32 import expo.modules.interfaces.taskManager.TaskManagerInterface;
34 import expo.modules.interfaces.taskManager.TaskServiceInterface;
41 import static expo.modules.taskManager.Utils.jsonToMap;
233 if (taskManager == null) { in setTaskManager()
252 taskManager.executeTaskWithBody(body); in setTaskManager()
399 if (taskManager != null) { in executeTask()
400 taskManager.executeTaskWithBody(body); in executeTask()
[all …]
H A DTaskManagerModule.kt1 package expo.modules.taskManager in <lambda>()
6 import expo.modules.interfaces.taskManager.TaskManagerInterface in <lambda>()
7 import expo.modules.interfaces.taskManager.TaskServiceInterface in <lambda>()
H A DTaskManagerInternalModule.java1 package expo.modules.taskManager;
19 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
20 import expo.modules.interfaces.taskManager.TaskManagerInterface;
21 import expo.modules.interfaces.taskManager.TaskServiceInterface;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTask.java1 package abi49_0_0.expo.modules.taskManager;
7 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
9 import expo.modules.interfaces.taskManager.TaskInterface;
10 import expo.modules.interfaces.taskManager.TaskServiceInterface;
H A DTaskService.java1 package abi49_0_0.expo.modules.taskManager;
29 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
31 import expo.modules.interfaces.taskManager.TaskInterface;
32 import expo.modules.interfaces.taskManager.TaskManagerInterface;
34 import expo.modules.interfaces.taskManager.TaskServiceInterface;
233 if (taskManager == null) { in setTaskManager()
252 taskManager.executeTaskWithBody(body); in setTaskManager()
399 if (taskManager != null) { in executeTask()
400 taskManager.executeTaskWithBody(body); in executeTask()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTask.java1 package abi48_0_0.expo.modules.taskManager;
7 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
9 import expo.modules.interfaces.taskManager.TaskInterface;
10 import expo.modules.interfaces.taskManager.TaskServiceInterface;
H A DTaskService.java1 package abi48_0_0.expo.modules.taskManager;
29 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
31 import expo.modules.interfaces.taskManager.TaskInterface;
32 import expo.modules.interfaces.taskManager.TaskManagerInterface;
34 import expo.modules.interfaces.taskManager.TaskServiceInterface;
233 if (taskManager == null) { in setTaskManager()
252 taskManager.executeTaskWithBody(body); in setTaskManager()
399 if (taskManager != null) { in executeTask()
400 taskManager.executeTaskWithBody(body); in executeTask()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java22 import expo.modules.interfaces.taskManager.TaskConsumer;
23 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
25 import expo.modules.interfaces.taskManager.TaskInterface;
26 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java22 import expo.modules.interfaces.taskManager.TaskConsumer;
23 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
25 import expo.modules.interfaces.taskManager.TaskInterface;
26 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java22 import expo.modules.interfaces.taskManager.TaskConsumer;
23 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
25 import expo.modules.interfaces.taskManager.TaskInterface;
26 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java1 package abi47_0_0.expo.modules.taskManager.repository;
11 import static abi47_0_0.expo.modules.taskManager.Utils.exportTaskToMap;
12 import static abi47_0_0.expo.modules.taskManager.Utils.jsonToMap;
14 import expo.modules.interfaces.taskManager.TaskInterface;
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/repository/
H A DTasksPersistence.java1 package expo.modules.taskManager.repository;
11 import static expo.modules.taskManager.Utils.exportTaskToMap;
12 import static expo.modules.taskManager.Utils.jsonToMap;
14 import expo.modules.interfaces.taskManager.TaskInterface;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java1 package abi49_0_0.expo.modules.taskManager.repository;
11 import static abi49_0_0.expo.modules.taskManager.Utils.exportTaskToMap;
12 import static abi49_0_0.expo.modules.taskManager.Utils.jsonToMap;
14 import expo.modules.interfaces.taskManager.TaskInterface;
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java1 package abi48_0_0.expo.modules.taskManager.repository;
11 import static abi48_0_0.expo.modules.taskManager.Utils.exportTaskToMap;
12 import static abi48_0_0.expo.modules.taskManager.Utils.jsonToMap;
14 import expo.modules.interfaces.taskManager.TaskInterface;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java13 import expo.modules.interfaces.taskManager.TaskConsumer;
14 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
16 import expo.modules.interfaces.taskManager.TaskInterface;
17 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java13 import expo.modules.interfaces.taskManager.TaskConsumer;
14 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
16 import expo.modules.interfaces.taskManager.TaskInterface;
17 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java13 import expo.modules.interfaces.taskManager.TaskConsumer;
14 import expo.modules.interfaces.taskManager.TaskConsumerInterface;
15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
16 import expo.modules.interfaces.taskManager.TaskInterface;
17 import expo.modules.interfaces.taskManager.TaskManagerUtilsInterface;

123456