Home
last modified time | relevance | path

Searched defs:task (Results 201 - 225 of 1126) sorted by relevance

12345678910>>...46

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_worker_test.cpp79 std::shared_ptr<ThumbnailGenerateTask> task = std::make_shared<ThumbnailGenerateTask>(ThumbnailTestTask, taskData); in HWTEST_F() local
118 std::shared_ptr<ThumbnailGenerateTask> task in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_tasks_test.cpp165 auto task = delegateTasks.PostTask(nullptr, nullptr); in HWTEST_F() local
180 auto task = delegateTasks.PostTask(nullptr, &promise); in HWTEST_F() local
/foundation/multimedia/player_framework/services/utils/
H A Dtask_queue.cpp98 __attribute__((no_sanitize("cfi"))) int32_t TaskQueue::EnqueueTask(const std::shared_ptr<ITaskHandler> &task, in EnqueueTask() argument
[all...]
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dapp_state_observer.cpp46 auto task = [uid, abilityName, abilityId]() { in OnAbilityStateChanged() local
77 auto task = [uid]() { in OnAppStopped() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller_api.cpp95 auto task = reinterpret_cast<ffrt::CPUEUTask*>(taskHandle); in ffrt_epoll_get_wait_time() local
H A Dio_poller.cpp162 auto task = reinterpret_cast<CPUEUTask *>(data->data); global() variable
[all...]
H A Dwait_queue.cpp31 void WaitQueue::ThreadWait(WaitUntilEntry* wn, mutexPrivate* lk, bool legacyMode, CPUEUTask* task) in ThreadWait() argument
48 ThreadWaitUntil(WaitUntilEntry* wn, mutexPrivate* lk, const TimePoint& tp, bool legacyMode, CPUEUTask* task) ThreadWaitUntil() argument
83 CPUEUTask* task = ctx->task; SuspendAndWait() local
126 CPUEUTask* task = ctx->task; global() variable
215 CPUEUTask* task = we->task; global() variable
[all...]
/foundation/resourceschedule/ffrt/src/tm/
H A Dtask_factory.h33 static void Free(CPUEUTask *task) in Free() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp37 auto task = handler_->PickUpTask(); in Run() local
/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp23 static void DelayTaskCb(void* task) in DelayTaskCb() argument
33 int ConcurrentQueue::Push(QueueTask* task) in Push() argument
133 PushDelayTaskToTimer(QueueTask* task) PushDelayTaskToTimer() argument
[all...]
/foundation/resourceschedule/ffrt/test/ut/
H A Dtask_ctx_test.cpp61 SCPUEUTask *task = new SCPUEUTask(nullptr, nullptr, 0, QoS()); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dthread_pool_test_stub.cpp32 TaskId ThreadPoolTestStub::Execute(const Task &task) in Execute() argument
68 TaskId ThreadPoolTestStub::Execute(const Task &task, Duration delay) in Execute() argument
76 Schedule(const Task &task, Duration interval) Schedule() argument
81 Schedule(const Task &task, Duration delay, Duration interval) Schedule() argument
86 Schedule(const Task &task, Duration delay, Duration interval, uint64_t times) Schedule() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp30 TaskExecutor::TaskId TaskExecutor::Execute(const Task &task) in Execute() argument
41 TaskExecutor::TaskId TaskExecutor::Schedule(Duration delay, const Task &task, Duration interval, uint64_t times) in Schedule() argument
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_thread.h52 bool RunLoop(std::function<bool()> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoop() argument
76 bool RunLoopFlexible(std::function<bool(uint64_t &)> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoopFlexible() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_timer.c42 EpollTask *task = arg; in TimerReadHandle() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear.c46 lp_rast_linear_clear(struct lp_rasterizer_task *task, in lp_rast_linear_clear() argument
68 lp_rast_linear_tile(struct lp_rasterizer_task *task, in lp_rast_linear_tile() argument
127 lp_rast_linear_rect(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_rect() argument
240 lp_linear_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) lp_linear_rasterize_bin() argument
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc27 void DelayedTaskQueue::Append(std::unique_ptr<Task> task) { in Append() argument
34 void DelayedTaskQueue::AppendDelayed(std::unique_ptr<Task> task, in AppendDelayed() argument
51 std::unique_ptr<Task> task = PopTaskFromDelayedQueue(now); in GetNext() local
[all...]
H A Ddefault-worker-threads-task-runner.cc34 void DefaultWorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task> task) { in PostTask() argument
40 void DefaultWorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task> task, in PostDelayedTask() argument
47 PostIdleTask( std::unique_ptr<IdleTask> task) PostIdleTask() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.hpp44 Pointer<Byte> task; member in sw::VertexRoutinePrototype
/third_party/skia/tests/
H A DWrappedSurfaceCopyOnWriteTest.cpp104 sk_sp<GrRenderTask> task = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
143 sk_sp<GrRenderTask> task = dst->refRenderTask(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUShaderModule.cpp92 AsyncTask task; in compilationInfo() member
/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp141 auto task = [this, it, id, subscribeType] { this->OnAccountsChanged((*it), id, subscribeType); }; in Publish() local
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp41 void Watchdog::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask() argument
46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dio_decorator.cpp26 auto task = [this, &pid] { return ioCollector_->CollectProcessIo(pid); }; in CollectProcessIo() local
32 auto task = [this] { return ioCollector_->CollectRawDiskStats(); }; in CollectRawDiskStats() local
39 auto task = [this, &filter, &isUpdate] { return ioCollector_->CollectDiskStats(filter, isUpdate); }; in CollectDiskStats() local
45 auto task = [this, &filter] { return ioCollector_->ExportDiskStats(filter); }; in ExportDiskStats() local
51 auto task = [this] { return ioCollector_->CollectEMMCInfo(); }; in CollectEMMCInfo() local
57 auto task = [this] { return ioCollector_->ExportEMMCInfo(); }; ExportEMMCInfo() local
63 auto task = [this, &isUpdate] { return ioCollector_->CollectAllProcIoStats(isUpdate); }; CollectAllProcIoStats() local
69 auto task = [this] { return ioCollector_->ExportAllProcIoStats(); }; ExportAllProcIoStats() local
75 auto task = [this] { return ioCollector_->CollectSysIoStats(); }; CollectSysIoStats() local
81 auto task = [this] { return ioCollector_->ExportSysIoStats(); }; ExportSysIoStats() local
[all...]
H A Dmem_profiler_decorator.cpp26 auto task = [this] { return memProfilerCollector_->Prepare(); }; in Prepare() local
32 auto task = [this, &type, &pid, &duration, &sampleInterval] { in Start() local
41 auto task = [this, &pid] { return memProfilerCollector_->Stop(pid); }; in Stop() local
48 auto task = [this, &processName] { return memProfilerCollector_->Stop(processName); }; in Stop() local
55 auto task = [this, &fd, &type, &pid, &duration, &sampleInterval] { in Start() local
64 auto task = [this, &fd, &pid, &type] { return memProfilerCollector_->StartPrintNmd(fd, pid, type); }; StartPrintNmd() local
71 auto task = [this, &fd, &type, &processName, &duration, &sampleInterval, &startup] { Start() local
[all...]

Completed in 9 milliseconds

12345678910>>...46