Home
last modified time | relevance | path

Searched defs:task (Results 226 – 250 of 1441) sorted by relevance

12345678910>>...58

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBatchingNamedTaskExecutor.java48 public void execute(NamedTask task) { in execute()
55 private void dispatch(NamedTask task) { in dispatch()
/aosp12/system/bt/stack/btu/
H A Dbtu_task.cc92 base::OnceClosure task) { in do_in_main_thread()
101 base::OnceClosure task, in do_in_main_thread_delayed()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary.cpp33 auto task = [reverseContinuationSchedulerPrimary = this]() { in NotifyReplicaTerminated() local
59 auto task = [reverseContinuationSchedulerPrimary = this, want]() { in ContinuationBack() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dhiebpf_decorator.cpp27 auto task = [this, &duration, &processName, &outFile] { in StartHiebpf() local
35 auto task = [this] { return hiebpfCollector_->StopHiebpf(); }; in StopHiebpf() local
/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dthread_handler_impl.cpp43 void ThreadHandlerImpl::PostTask(const Task &task) in PostTask()
53 void ThreadHandlerImpl::EnsureTask(const Task &task) in EnsureTask()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTaskImpl.java81 Task task = mService.mRootWindowContainer.anyTaskForId(mTaskId, in getTaskInfo() local
131 Task task; in startActivity() local
163 Task task = mService.mRootWindowContainer.anyTaskForId(mTaskId, in setExcludeFromRecents() local
H A DTaskPersister.java122 private void removeThumbnails(Task task) { in removeThumbnails()
189 void wakeup(Task task, boolean flush) { in wakeup()
265 final Task task = tasks.get(taskNdx); in taskIdToTask() local
321 final Task task = Task.restoreFromXml(in, mTaskSupervisor); in restoreTasksForUserLocked() local
384 final Task task = tasks.get(taskNdx); in restoreTasksForUserLocked() local
518 TaskWriteQueueItem(Task task, ActivityTaskManagerService service) { in TaskWriteQueueItem()
523 private byte[] saveToXml(Task task) throws Exception { in saveToXml()
550 Task task = mTask; in process() local
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_tasks.cpp98 auto task = PostTask(callback, promise); in PostSyncTask() local
133 auto task = tasks_.front(); in PopPendingTaskList() local
163 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp428 auto task = [weakThis = wptr(this)]() { in ClearSpecificSessionCbMap() local
571 auto task = [weakThis = wptr(this), event]() { in OnSessionEvent() local
858 auto task = [weakThis = wptr(this), mode]() { in SetGlobalMaximizeMode() local
1249 auto task = [weakThis = wptr(this), func]() { in SetSessionRectChangeCallback() local
1315 auto task = [weakThis = wptr(this), func]() { in SetKeyboardGravityChangeCallback() local
1332 auto task = [weakThis = wptr(this), func]() { in SetAdjustKeyboardLayoutCallback() local
1373 auto task = [weakThis = wptr(this), func] { in SetAutoStartPiPStatusChangeCallback() local
1501 auto task = [weakThis = wptr(this)]() { in RaiseToAppTop() local
1637 auto task = [weakThis = wptr(this)]() { in RaiseAppMainWindowToTop() local
3854 auto task = [this, sceneSession]() { in HandleActionUpdateTurnScreenOn() local
[all …]
/aosp12/hardware/interfaces/broadcastradio/2.0/default/
H A DTunerSession.cpp111 auto task = [this, sel]() { in tune() local
132 auto task = [this]() { in scan() local
163 auto task = [this, tuneTo, directionUp]() { in scan() local
202 auto task = [this, stepTo]() { in step() local
244 auto task = [this, list]() { in startProgramListUpdates() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
H A DJpegImageBackendImageSaver.java115 public void onStart(TaskImageContainer.TaskInfo task) { in onStart()
119 public void onResultCompressed(TaskImageContainer.TaskInfo task, in onResultCompressed()
143 public void onResultUncompressed(TaskImageContainer.TaskInfo task, in onResultUncompressed()
149 public void onResultUri(TaskImageContainer.TaskInfo task, Uri uri) { in onResultUri()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtask_scheduler.h111 TaskId Every(Duration interval, Task task) in Every()
131 TaskId Every(Duration delay, Duration interval, Task task) in Every()
136 TaskId Every(int32_t times, Duration delay, Duration interval, Task task) in Every()
140 TaskId Execute(Task task) in Execute()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dexecutor_pool_test.cpp106 auto task = [data] { in __anon319724040402() variable
132 auto task = [data] { in __anon319724040502() variable
153 auto task = [data] { in __anon319724040602() variable
179 auto task = [&testNum] { in __anon319724040802() variable
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp141 CJTask *task = new (std::nothrow) CJTask(); in CreateTask() local
183 CJTask *task = CJTask::FindTaskById(taskId); in ProgressOn() local
202 CJTask *task = CJTask::FindTaskById(taskId); in ProgressOff() local
221 CJTask *task = CJTask::FindTaskById(taskId); in TaskExec() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_bundle_event_callback.cpp96 auto task = [weakThis, bundleName, uid]() { in HandleUpdatedModuleInfo() local
110 auto task = [weakThis, bundleName, uid]() { in HandleAppUpgradeCompleted() local
129 auto task = []() { in HandleRestartResidentProcessDependedOnWeb() local
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp91 auto task = PostTask(cb, &promise); in PostSyncTask() local
111 auto task = PostTask(callback); in PostAsyncTask() local
150 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
/ohos5.0/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp91 auto task = PostTask(cb, &promise); in PostSyncTask() local
111 auto task = PostTask(callback); in PostAsyncTask() local
150 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
/ohos5.0/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp90 auto task = PostTask(callback, &promise); in PostSyncTask() local
110 auto task = PostTask(callback); in PostAsyncTask() local
149 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_serial_queue_test/
H A Dfms_form_serial_queue_test.cpp60 auto task = [] () { in __anon3bb042820202() variable
78 auto task = [] () { in __anon3bb042820302() variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_node_showing_command_test.cpp49 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(id, property); variable
76 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(id, property); variable
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java149 Task task = activity.getTask(); in testAllPausedActivitiesComplete() local
199 final Task task = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testForceStopPackage() local
231 Task task = mRootWindowContainer.anyTaskForId(0 /*taskId*/, in testRestoringInvalidTask() local
281 final Task task = firstActivity.getTask(); in testMovingBottomMostRootTaskActivityToPinnedRootTask() local
300 private static void ensureTaskPlacement(Task task, ActivityRecord... activities) { in ensureTaskPlacement()
321 final Task task = new TaskBuilder(mSupervisor) in testApplySleepTokens() local
355 Task task, boolean displaySleeping, boolean displayShouldSleep, in verifySleepTokenBehavior()
460 final Task task = defaultTaskDisplayArea.createRootTask( in testFocusability() local
976 final Task task = new TaskBuilder(mSupervisor) in testGetValidLaunchRootTaskOnDisplayWithCandidateRootTask() local
1016 final Task task = activity.getTask(); in testLockAllProfileTasks() local
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
H A DFinancedDeviceProvisioningController.java76 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
81 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dasync_msg_handler.cpp33 int AsyncMsgHandler::Process(const Task &task) in Process()
92 Task task(this, request, nullptr); in SendRequest() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtask_cancel.rs35 let task = ylong_runtime::spawn(async move { in sdv_task_cancel_simple() localVariable
57 let task = ylong_runtime::spawn(async move { 1 }); in sdv_task_cancel_failed() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp145 uniRenderEngine_->GetSkContext()->RegisterPostFunc([](const std::function<void()>& task) { in InitGrContext()
194 AppExecFwk::EventQueue::Priority priority) { in Start()
234 void RSUniRenderThread::PostTask(const std::function<void()>& task) in PostTask()
242 void RSUniRenderThread::PostRTTask(const std::function<void()>& task) in PostRTTask()
252 void RSUniRenderThread::PostImageReleaseTask(const std::function<void()>& task) in PostImageReleaseTask()
284 for (auto task : tasks) { in RunImageReleaseTask() local
310 void RSUniRenderThread::PostSyncTask(const std::function<void()>& task) in PostSyncTask()
403 for (const auto& task : releaseTasks) { in ReleaseSelfDrawingNodeBuffer() local
529 auto task = [this]() { in PerfForBlurIfNeeded() local
703 auto task = [this, &dumpString, &type] { in TrimMem() local
[all …]

12345678910>>...58