Home
last modified time | relevance | path

Searched defs:task (Results 376 – 400 of 1441) sorted by relevance

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter.h36 …virtual void PostTaskForTime(std::function<void()> task, uint32_t targetTime, const std::string& c… in PostTaskForTime()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Ddelegator_thread.cpp32 bool DelegatorThread::Run(const DTask &task) in Run()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-task.md1 # task chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-task.md1 # task chapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_task_factory.cpp33 std::shared_ptr<Task> task = nullptr; in CreateTask() local
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_app_state_callback.cpp32 for (auto task = CJTask::taskMap_.begin(); task != CJTask::taskMap_.end(); ++task) { in OnAbilityForeground() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Dmission_manager.cpp245 (napi_env env, NapiAsyncTask &task, int32_t status) { in OnOffOld()
339 [deviceId, numMax](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetMissionInfos()
379 [deviceId, missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetMissionInfo()
430 auto complete = [snapshotWrap](napi_env env, NapiAsyncTask &task, int32_t status) { in GetMissionSnapShot()
498 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnLockMission()
531 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnUnlockMission()
564 [missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnClearMission()
585 [](napi_env env, NapiAsyncTask &task, int32_t status) { in OnClearAllMissions()
625 … [missionId, startOptions, unwrapArgc](napi_env env, NapiAsyncTask &task, int32_t status) { in OnMoveMissionToFront()
683 [missionIds, topMissionId](napi_env env, NapiAsyncTask &task, int32_t status) { in OnMoveMissionsToForeground()
[all …]
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp331 WatchdogTask task("ThreadSampler", sampleTask, 0, interval, true); in StartProfileMainThread() local
404 WatchdogTask task("TraceCollector", traceTask, 0, interval, true); in StartTraceProfile() local
509 void WatchdogInner::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask()
553 const WatchdogTask& task = checkerQueue_.top(); in RemoveXCollieTask() local
566 void WatchdogInner::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint… in RunPeriodicalTask()
612 WatchdogTask task = checkerQueue_.top(); in TriggerTimerCountTask() local
647 int64_t WatchdogInner::InsertWatchdogTaskLocked(const std::string& name, WatchdogTask&& task) in InsertWatchdogTaskLocked()
719 uint64_t WatchdogInner::FetchNextTask(uint64_t now, WatchdogTask& task) in FetchNextTask()
774 void WatchdogInner::ReInsertTaskIfNeed(WatchdogTask& task) in ReInsertTaskIfNeed()
799 WatchdogTask task; in Start() local
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java732 final Task task = r.getTask(); in realStartActivityLocked() local
1533 private void processRemoveTask(Task task) { in processRemoveTask()
1542 void removeRootTask(Task task) { in removeRootTask()
1556 final Task task = in removeTaskById() local
1683 public void onRecentTaskAdded(Task task) { in onRecentTaskAdded()
1704 Task getReparentTargetRootTask(Task task, Task rootTask, boolean toTop) { in getReparentTargetRootTask()
1852 final Task task = r.getTask(); in handleLaunchTaskBehindCompleteLocked() local
2155 void handleNonResizableTaskIfNeeded(Task task, int preferredWindowingMode, in handleNonResizableTaskIfNeeded()
2217 private void handleForcedResizableTaskIfNeeded(Task task, int reason) { in handleForcedResizableTaskIfNeeded()
2231 void scheduleUpdateMultiWindowMode(Task task) { in scheduleUpdateMultiWindowMode()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp859 auto task = [weakThis = wptr(this), persistentId]() { in ClearCbMap() local
1626 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in OnTouchOutside() local
1671 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in NotifyFrameLayoutFinish() local
2879 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in OnRaiseToTop() local
2902 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in OnRaiseToTopForPointDown() local
3086 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in OnClick() local
3108 auto task = [weakThis = wptr(this), persistentId = persistentId_, env = env_] { in OnContextTransparent() local
3138 auto task = [weakThis = wptr(this), sessionInfo, visible]() { in ChangeSessionVisibilityWithStatusBar() local
3247 auto task = [weakThis = wptr(this), sessionInfo] { in PendingSessionActivation() local
3514 auto task = [weakThis = wptr(this), persistentId = persistentId_, in OnSessionException() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfa_ability_thread.cpp684 auto task = [weak, config]() { in CreateAbilityName() local
779 auto task = [weak, uniqueId]() { in CreateAbilityName() local
801 auto task = [weak, want]() { in CreateAbilityName() local
828 auto task = [weak, want]() { in CreateAbilityName() local
854 auto task = [weak, want, restart, startId]() { in CreateAbilityName() local
898 auto task = [weak]() { in CreateAbilityName() local
937 auto task = [weak, want, sessionInfo, winCmd]() { in CreateAbilityName() local
1253 auto task = [weak, uri, dataObserver]() { in CreateAbilityName() local
1276 auto task = [weak, uri, dataObserver]() { in CreateAbilityName() local
1299 auto task = [weak, uri]() { in CreateAbilityName() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp34 void ExecuteSynchronousTask(const std::shared_ptr<RSSyncTask>& task) override {}; in ExecuteSynchronousTask()
739 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(0, nullptr); variable
759 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(0, nullptr); variable
780 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(0, nullptr); variable
800 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(0, nullptr); variable
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp531 ffrt::QueueTask* task = reinterpret_cast<ffrt::QueueTask*>(curTask); variable
542 ffrt::CPUEUTask *task = static_cast<ffrt::CPUEUTask*>(handle); variable
647 auto task = reinterpret_cast<ffrt::CPUEUTask*>(task_handle); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_render_task_test.cpp143 auto task = supRenderTask_->GetNextRenderTask(); variable
169 auto task = supRenderTask_->GetNextRenderTask(); variable
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h66 void AddNode(uint64_t task, uint64_t ownerTask, bool edge) in AddNode()
95 void RemoveNode(uint64_t task) in RemoveNode()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp87 auto setState = [&](CPUEUTask* task) { in __anone6bee3b60302()
125 auto task = std::move(tasks.front()); variable
/aosp12/system/core/storaged/
H A Duid_info.cpp45 task_info task; in readFromParcel() local
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DSystemTimer.java36 public void schedule(TimerTask task, long delay) { in schedule()
/aosp12/frameworks/native/cmds/dumpstate/
H A DTaskQueue.cpp30 auto task = tasks_.front(); in run() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Dcharge_idle_listener.cpp27 auto task = []() { in OnReceiveEvent() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp21 const Task &task, uint64_t interval, bool repeat) in AddTimerEvent()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_engine_listener.h43 virtual bool PostTaskToEventHandler(std::function<void()> task, const std::string &taskName) in PostTaskToEventHandler()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.cpp29 ExecutorPool::Task task([this, eventInfo]() { in OnAccountChanged() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_factory.cpp39 std::shared_ptr<Task> task = nullptr; in CreateTask() local
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dapp_state_callback.cpp32 for (auto task = JsTask::taskMap_.begin(); task != JsTask::taskMap_.end(); ++task) { in OnAbilityForeground() local

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