Home
last modified time | relevance | path

Searched defs:task (Results 326 – 350 of 1441) sorted by relevance

1...<<11121314151617181920>>...58

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/worker/
H A Drender_thread.h76 template <typename QUEUE> void RenderThread<QUEUE>::AddTask(const LocalTaskType &task, bool overwri… in AddTask()
130 LocalTaskType task; in Run() local
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingTaskConsumer.java29 public void enqueueTask(ProcessingTask task); in enqueueTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_irender_client.h39 virtual void ExecuteSynchronousTask(const std::shared_ptr<RSSyncTask>& task) {} in ExecuteSynchronousTask()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3492 auto task = [this]() { in ProcessBackEvent() local
4120 auto task = [] { in PostBrightnessTask() local
4890 auto task = [this]() { in RequestAllAppSessionUnfocus() local
5367 auto task = [this, func] { in SetAbilityManagerCollaboratorRegisteredFunc() local
7274 auto task = [this, pid] { in NotifyWindowStateErrorFromMMI() local
7486 auto task = [this]() { in StartWindowInfoReportLoop() local
8960 auto task = [this]() { in ClearAllSessions() local
9110 auto task = [this] { in RegisterIAbilityManagerCollaborator() local
10901 auto task = [this]() { in CheckSceneZOrder() local
10913 auto task = [this] { in NotifyEnterRecentTask() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Dmission_manager.cpp162 (napi_env env, NapiAsyncTask &task, int32_t status) { in OnUnregisterMissionListener()
211 [deviceId, numMax](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetMissionInfos()
251 [deviceId, missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetMissionInfo()
301 auto complete = [snapshotWrap](napi_env env, NapiAsyncTask &task, int32_t status) { in GetMissionSnapShot()
369 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnLockMission()
402 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnUnlockMission()
435 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnClearMission()
456 [](napi_env env, NapiAsyncTask &task, int32_t status) { in OnClearAllMissions()
496 … [missionId, startOptions, unwrapArgc](napi_env env, NapiAsyncTask &task, int32_t status) { in OnMoveMissionToFront()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DAbstractProvisioningTask.java124 void onSuccess(AbstractProvisioningTask task); in onSuccess()
132 void onError(AbstractProvisioningTask task, int errorCode); in onError()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.cpp45 …ffrt_executor_task_t* task = reinterpret_cast<ffrt_executor_task_t*>(reinterpret_cast<char*>(node)… in InsertNode() local
84 bool FFRTScheduler::WakeupTask(CPUEUTask* task) in WakeupTask()
H A Dtask_scheduler.h39 CPUEUTask* task = que->DeQueue(); in PickNextTask() local
44 bool WakeupTask(CPUEUTask* task) in WakeupTask()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskDisplayAreaTests.java190 final Task task = createTaskInRootTask(rootTask, 0 /* userId */); in testActivityWithZBoost_taskDisplayAreaDoesNotMoveUp() local
277 final Task task = createTaskInRootTask(rootTask, 0 /* userId */); in testDisplayPositionWithPinnedRootTask() local
302 Task task = createTaskInRootTask(rootTask, 0 /* userId */); in testMovingChildTaskOnTop() local
331 Task task = createTaskInRootTask(rootTask, 0 /* userId */); in testDontMovingChildTaskOnTop() local
480 final Task task = taskDisplayArea.createRootTask( in testIgnoreOrientationRequest() local
497 final Task task = createTask(mDisplayContent); in testRemove_reparentToDefault() local
512 final Task task = createTask(mDisplayContent); in testRemove_rootTaskCreatedByOrganizer() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.cpp136 [this, listener, id] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnCreate()
162 [this, listener, id] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnDestroy()
217 [this, listener, hasPrivate] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnPrivateWindow()
271 [this, listener, foldAngles] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnFoldAngleChanged()
296 [this, listener, isCapture] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnCaptureStatusChanged()
351 [this, listener, area] (napi_env env, NapiAsyncTask &task, int32_t status) { in OnAvailableAreaChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h43 explicit UITask(std::function<void()>&& task) : task_(std::move(task)) {} in UITask()
45 …UITask(std::function<void()>&& task, TaskThread taskThread) : task_(std::move(task)), taskThread_(… in UITask()
140 void AddSyncGeometryNodeTask(std::function<void()>&& task) in AddSyncGeometryNodeTask()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_manager.cpp146 bool OOBEManager::SubmitTask(const std::shared_ptr<IOOBETask>& task) in SubmitTask()
168 for (auto task : oobeTasks_) { in StartListen() local
180 for (auto task : oobeTasks_) { in StartListen() local
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp169 for (auto task: taskList_) { in Run() local
193 void PipeLineThread::AddTask(std::shared_ptr<TaskInner> task) in AddTask()
199 void PipeLineThread::RemoveTask(std::shared_ptr<TaskInner> task) in RemoveTask()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp79 FirmwareTask task; in Download() local
118 FirmwareTask task; in Upgrade() local
148 FirmwareTask task; in GetNewVersionInfo() local
255 FirmwareTask task; in GetTaskInfo() local
305 FirmwareTask task; in Cancel() local
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java123 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask()
128 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp160 auto task = [weakThis = wptr(this), topmost]() { in SetTopmost() local
237 auto task = [weakThis = wptr(this), isTitleHoverShown, isDockHoverShown, funcName] { in OnTitleAndDockHoverShowChange() local
255 auto task = [weakThis = wptr(this)] { in OnRestoreMainWindow() local
271 auto task = [weakThis = wptr(this), enabled] { in OnSetWindowRectAutoSave() local
/aosp12/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp75 void CommonPool::post(Task&& task) { in post()
83 void CommonPool::enqueue(Task&& task) { in enqueue()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dohos_js_environment_test.cpp62 auto task = [name = taskName]() { in __anonee8ce52d0102() variable
91 auto task = [taskName, &taskExecuted]() { in __anonee8ce52d0202() variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_timer_handler_test.cpp44 std::function<void()> task = [&]() { in __anon9f4458ee0202() variable
130 std::function<void()> task = [&]() { in __anon9f4458ee0302() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_ref_manager.h30 void PostDestructorInterceptorTask(std::function<void()>&& task) in PostDestructorInterceptorTask()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Duv_task_wrapper_impl.h39 explicit UVWorkWrapper(const TaskExecutor::Task& task) : uv_work_t(), task_(task) in UVWorkWrapper()
/ohos5.0/foundation/ability/ability_runtime/test/mock/task_handler_wrap_mock/src/
H A Dmock_task_handler_wrap.cpp23 const std::function<void()> &&task, const TaskAttribute &) in MockTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dag_convert_callback_impl.h34 explicit ConvertCallbackImpl(ConvertCallbackTask&& task) : task_(task) {} in ConvertCallbackImpl()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp239 napi_env env, NapiAsyncTask& task) in CreateNewSystemWindowTask()
278 napi_env env, NapiAsyncTask& task) in CreateSystemWindowTask()
345 napi_env env, NapiAsyncTask& task, bool newErrorCode = false) in CreateSubWindowTask()
430 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnCreate()
551 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnCreateWindow()
590 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnGetSnapshot()
638 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnFindWindow()
737 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnMinimizeAll()
761 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnToggleShownStateForAllAppWindows()
1018 [=](napi_env env, NapiAsyncTask& task, int32_t status) { in OnSetWindowLayoutMode()
[all …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DItemDragListener.java93 @Nullable TimerTask task = createOpenTask(v, event); in handleEnteredEvent() local
111 TimerTask task = (TimerTask) v.getTag(R.id.drag_hovering_tag); in handleExitedEndedEvent() local
131 TimerTask task = new TimerTask() { in createOpenTask() local

1...<<11121314151617181920>>...58