Home
last modified time | relevance | path

Searched defs:tasks (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.h34 std::vector<ITask*> tasks; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_element.h34 std::list<TaskFunc> tasks; in Update() local
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule_empty.cpp55 bool StartupSchedule::OnDemandSchedule(const std::vector<ScheduleTask> &tasks) in OnDemandSchedule()
H A Dstartup_schedule.cpp74 bool StartupSchedule::OnDemandSchedule(const std::vector<ScheduleTask> &tasks) in OnDemandSchedule()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_tasks.cpp82 std::vector<TaskPtr> tasks; in ProcessTasks() local
125 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp75 std::vector<TaskPtr> tasks; in ProcessTasks() local
116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dmpsc_test.rs277 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in sdv_multi_send_recv_test() localVariable
297 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in sdv_multi_send_recv_test() localVariable
H A Dsemaphore_test.rs104 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in sdv_auto_release_sem_stress_test() localVariable
138 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in sdv_async_stress_test() localVariable
/ohos5.0/base/request/request/services/src/manage/scheduler/
H A Dsql.rs151 let mut tasks = vec![]; in ut_pause() localVariable
192 let mut tasks = vec![]; in ut_stop() localVariable
/ohos5.0/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp75 std::vector<TaskPtr> tasks; in ProcessTasks() local
116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/ohos5.0/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp74 std::vector<TaskPtr> tasks; in ProcessTasks() local
115 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_tasks_test.cpp131 std::vector<DelegateTasks::TaskPtr> tasks; variable
145 std::vector<DelegateTasks::TaskPtr> tasks; variable
/ohos5.0/base/update/updateservice/services/startup/access/src/
H A Daccess_manager.cpp57 std::vector<ScheduleTask> tasks = access->GetScheduleTasks(); in GetScheduleTasks() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h45 ThreadId tasks[0]; member
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_task_thread.h35 TaskVec tasks; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_manager.cpp25 std::map<std::string, std::shared_ptr<StartupTask>> tasks) in StartupTaskManager()
H A Dstartup_task_dispatcher.cpp24 …Dispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &tasks, in StartupTaskDispatcher()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp60 std::queue<std::unique_ptr<SCPUEUTask>> tasks; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs433 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in ut_auto_release_sem_stress_test() localVariable
466 let mut tasks: Vec<JoinHandle<()>> = Vec::new(); in ut_async_stress_test() localVariable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Djs_callback_manager.cpp151 void JsCallbackManager::Clear(TaskQueue& tasks) in Clear()
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process.py600 def print_task_info(task_name, tasks): argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H A Dffrt_utils.cpp26 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask>& tasks, FFRTQueue& queue) in SubmitQueueTasks()
/ohos5.0/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp32 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask>& tasks, FFRTQueue& queue) in SubmitQueueTasks()
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs85 tasks: Vec<Task>, field
191 let mut tasks = reload_tasks_of_app_from_database(uid); in reload_all_app_from_database() localVariable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_reactor.cpp226 void IOEventReactor::Execute(const std::vector<EventCallback>& tasks) in Execute()

12