Home
last modified time | relevance | path

Searched defs:task (Results 1 - 25 of 1174) sorted by relevance

12345678910>>...47

/third_party/libabigail/include/
H A Dabg-workers.h42 class task class
[all...]
/base/request/request/pre_download/native/src/download/
H A Dmod.rs15 mod task; modules
/foundation/ability/ability_runtime/test/mock/task_handler_wrap_mock/src/
H A Dmock_task_handler_wrap.cpp22 MockTaskHandler( const std::function<void()> &&task, const TaskAttribute &) MockTaskHandler() argument
/foundation/resourceschedule/ffrt/src/ipc/
H A Dipc.cpp29 auto task = ffrt::ExecuteCtx::Cur()->task; in ffrt_this_task_set_legacy_mode() local
/third_party/rust/crates/env_logger/ci/src/
H A Dmain.rs2 mod task; modules
/base/request/request/pre_download/netstack_rs/src/
H A Dlib.rs30 pub mod task; modules
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_manager.cpp22 void TaskManager::TaskStateCount(CPUEUTask* task) in TaskStateCount() argument
34 void TaskManager::CalcTaskTime(CPUEUTask* task) in CalcTaskTime() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_simple.h38 auto task = std::move(queue_.front()); variable
/base/request/request/pre_download/netstack_rs/src/cxx/
H A Dwrapper.cpp25 void OnCallback(std::shared_ptr<HttpClientTask> task, rust::Box<CallbackWrapper> callback) in OnCallback() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_task.c49 void osal_kthread_destroy(osal_task_t *task, unsigned int stop_flag) in osal_kthread_destroy() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Ddialog_request_callback_impl.h26 explicit DialogRequestCallbackImpl(RequestDialogResultTask &&task) : task_(task) {} in DialogRequestCallbackImpl() argument
H A Dauthorization_result.h26 explicit AuthorizationResult(PermissionRequestTask&& task) : task_(task) {} in AuthorizationResult() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwindow_focus_changed_listener.cpp32 auto task = [inner = owner_, focusChangeInfo] { in OnFocused() local
54 auto task = [inner = owner_, focusChangeInfo] { in OnUnfocused() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_rosen_sync_task.h26 explicit AceRosenSyncTask(std::function<void()>&& task, unsigned long long timeoutNS = 30e9) in AceRosenSyncTask() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_device_idle_listener.cpp29 auto task = []() { in OnReceiveDeviceIdle() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_irender_client.h35 virtual void ExecuteSynchronousTask(const std::shared_ptr<RSSyncTask>& task) {} in ExecuteSynchronousTask() argument
/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
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_event.h33 EpollTask task; member
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-array-of-pointers.c4 struct task { struct
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtask_queue.cpp19 void TaskQueue::PostTask(std::unique_ptr<Task> task) in PostTask() argument
32 std::unique_ptr<Task> task = std::move(tasks_.front()); in PopTask() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_task_pool.cpp36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() argument
49 void GCWorkersTaskPool::RunGCWorkersTask(GCWorkersTask *task, void *workerData) in RunGCWorkersTask() argument
[all...]
H A Dgc_workers_task_queue.cpp25 bool GCWorkersTaskQueue::TryAddTask(GCWorkersTask &&task) in TryAddTask() argument
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dtask.h33 auto task = Thread::GetCurrent(); in GetCurrent() local
/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.cpp36 void ThrTaskContainer::PostTask(ITask* task) in PostTask() argument
71 ITask* task = tasks.front(); in Entry() local
[all...]
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp20 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument

Completed in 4 milliseconds

12345678910>>...47