Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 123) sorted by relevance

12345

/expo/packages/@expo/cli/
H A Dtaskfile.js4 export async function bin(task, opts) { argument
11 export async function cli(task, opts) { argument
20 export async function build(task, opts) { argument
24 export default async function (task) { argument
34 export async function release(task) { argument
/expo/tools/
H A Dtaskfile.js4 export async function build(task, opts) { argument
21 export default async function (task) { argument
26 export async function watch(task) { argument
36 export async function release(task) { argument
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java101 SingleNotificationHandlerTask task = mTasksMap.get(identifier); in handleNotificationAsync() local
122 …SingleNotificationHandlerTask task = new SingleNotificationHandlerTask(getContext(), mHandler, mMo… in onNotificationReceived() local
123 mTasksMap.put(task.getIdentifier(), task); in onNotificationReceived() local
133 void onTaskFinished(SingleNotificationHandlerTask task) { in onTaskFinished()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java101 SingleNotificationHandlerTask task = mTasksMap.get(identifier); in handleNotificationAsync() local
122 …SingleNotificationHandlerTask task = new SingleNotificationHandlerTask(getContext(), mHandler, mMo… in onNotificationReceived() local
123 mTasksMap.put(task.getIdentifier(), task); in onNotificationReceived() local
133 void onTaskFinished(SingleNotificationHandlerTask task) { in onTaskFinished()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java101 SingleNotificationHandlerTask task = mTasksMap.get(identifier); in handleNotificationAsync() local
122 …SingleNotificationHandlerTask task = new SingleNotificationHandlerTask(getContext(), mHandler, mMo… in onNotificationReceived() local
123 mTasksMap.put(task.getIdentifier(), task); in onNotificationReceived() local
133 void onTaskFinished(SingleNotificationHandlerTask task) { in onTaskFinished()
/expo/packages/expo-file-system/ios/
H A DFileSystemModule.swift158 …let task = createUploadTask(session: session, targetUrl: targetUrl, sourceUrl: localUrl, options: … in definition() variable
167 …let task = createUploadTask(session: session, targetUrl: targetUrl, sourceUrl: localUrl, options: … in definition() variable
206 let task: URLSessionDownloadTask in definition() variable
231 guard let task = taskHandlersManager.downloadTask(forId: id) else { in definition() variable
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerUtils.java46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
H A DTaskService.java90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask() local
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask() local
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask() local
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass() local
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions() local
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob() local
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
461 Task task = new Task(taskName, appScopeKey, appUrl, consumer, options, this); in internalRegisterTask() local
472 private Bundle createExecutionEventBody(TaskInterface task, Bundle data, Error error) { in createExecutionEventBody()
506 TaskInterface task = getTask(taskName, appScopeKey); in getTaskConsumer() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
H A DTaskService.java90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask() local
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask() local
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask() local
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass() local
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions() local
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob() local
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
461 Task task = new Task(taskName, appScopeKey, appUrl, consumer, options, this); in internalRegisterTask() local
472 private Bundle createExecutionEventBody(TaskInterface task, Bundle data, Error error) { in createExecutionEventBody()
506 TaskInterface task = getTask(taskName, appScopeKey); in getTaskConsumer() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
H A DTaskService.java90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask() local
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask() local
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask() local
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass() local
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions() local
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob() local
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
461 Task task = new Task(taskName, appScopeKey, appUrl, consumer, options, this); in internalRegisterTask() local
472 private Bundle createExecutionEventBody(TaskInterface task, Bundle data, Error error) { in createExecutionEventBody()
506 TaskInterface task = getTask(taskName, appScopeKey); in getTaskConsumer() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
H A DTaskService.java90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask() local
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask() local
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask() local
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass() local
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions() local
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob() local
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
461 Task task = new Task(taskName, appScopeKey, appUrl, consumer, options, this); in internalRegisterTask() local
472 private Bundle createExecutionEventBody(TaskInterface task, Bundle data, Error error) { in createExecutionEventBody()
506 TaskInterface task = getTask(taskName, appScopeKey); in getTaskConsumer() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0primitives.h19 std::shared_ptr<Task> task; member
24 std::shared_ptr<Task> task) { in valueFromTask()
H A DABI49_0_0RuntimeScheduler.cpp38 auto task = in scheduleTask() local
51 auto task = in scheduleTask() local
68 void RuntimeScheduler::cancelTask(Task &task) noexcept { in cancelTask()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0primitives.h20 std::shared_ptr<Task> task; member
25 std::shared_ptr<Task> const &task) { in valueFromTask()
H A DABI48_0_0RuntimeScheduler.cpp38 auto task = in scheduleTask() local
55 void RuntimeScheduler::cancelTask(Task &task) noexcept { in cancelTask()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0primitives.h20 std::shared_ptr<Task> task; member
25 std::shared_ptr<Task> const &task) { in valueFromTask()
H A DABI47_0_0RuntimeScheduler.cpp38 auto task = in scheduleTask() local
55 void RuntimeScheduler::cancelTask(Task &task) noexcept { in cancelTask()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt94 val task = tasksMap[identifier] in handleNotificationAsync() constant
113 val task = SingleNotificationHandlerTask(context, handler, moduleRegistry, notification, this) in onNotificationReceived() constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskManagerUtilsInterface.java14 PendingIntent createTaskIntent(Context context, TaskInterface task); in createTaskIntent()
24 void scheduleJob(Context context, TaskInterface task, List<PersistableBundle> data); in scheduleJob()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/storereview/
H A DStoreReviewModule.kt44 request.addOnCompleteListener { task -> in <lambda>() method
48 flow.addOnCompleteListener { task -> in <lambda>() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/tokens/
H A DPushTokenModule.kt48 .addOnCompleteListener { task -> in <lambda>() method
67 .addOnCompleteListener { task -> in <lambda>() method
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt390 var task = manifestUrlToExperienceActivityTask[manifestUrl] in <lambda>() variable
407 for (task: AppTask in manager.appTasks) { in <lambda>() constant
423 for (task: AppTask in manager.appTasks) { in <lambda>() constant
652 val task = tasks[i] in <lambda>() constant
708 val task = manifestUrlToExperienceActivityTask[manifestUrl] in <lambda>() constant
737 val task = getExperienceActivityTask(manifestUrl) in <lambda>() constant
864 for (task: AppTask in tasks) { in <lambda>() method
884 tasks.find { it.taskInfo.id == taskId }?.also { task -> in <lambda>() method
904 …manager.appTasks.find { it.taskInfo.id == activity.taskId }?.also { task -> task.finishAndRemoveTa… in <lambda>() method
1028 …turn manifestUrlToExperienceActivityTask.values.find { it.activityId == activityId }?.let { task -> in <lambda>() method

12345