Home
last modified time | relevance | path

Searched defs:task (Results 226 - 250 of 2555) sorted by relevance

12345678910>>...103

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/actions/
H A Daction_wait.h55 auto task = std::make_shared<TaskResume>(timeoutId_); variable
/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() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dwm_decorator.cpp26 auto task = [this] { return wmCollector_->ExportWindowsInfo(); }; in ExportWindowsInfo() local
32 auto task = [this] { return wmCollector_->ExportWindowsMemory(); }; in ExportWindowsMemory() local
38 auto task = [this] { return wmCollector_->ExportGpuMemory(); }; in ExportGpuMemory() local
H A Dprocess_decorator.cpp26 auto task = [this] { return processCollector_->GetMemCgProcesses(); }; in GetMemCgProcesses() local
32 auto task = [this, pid] { return processCollector_->IsMemCgProcess(pid); }; in IsMemCgProcess() local
38 auto task = [this] { return processCollector_->ExportMemCgProcesses(); }; in ExportMemCgProcesses() local
H A Dthermal_decorator.cpp25 auto task = [this, thermalZone] { return thermalCollector_->CollectDevThermal(thermalZone); }; in CollectDevThermal() local
31 auto task = [this] { return thermalCollector_->CollectThermaLevel(); }; in CollectThermaLevel() local
H A Dnetwork_decorator.cpp26 auto task = [this] { return networkCollector_->CollectRate(); }; in CollectRate() local
H A Dhiebpf_decorator.cpp27 auto task = [this, &duration, &processName, &outFile] { in StartHiebpf() local
35 auto task = [this] { return hiebpfCollector_->StopHiebpf(); }; in StopHiebpf() local
H A Dgraphic_memory_decorator.cpp26 auto task = [this, type, pid] { return graphicMemoryCollector_->GetGraphicUsage(pid, type); }; in GetGraphicUsage() local
H A Dgpu_decorator.cpp26 auto task = [this] { return gpuCollector_->CollectGpuFrequency(); }; in CollectGpuFrequency() local
31 auto task = [this] { return gpuCollector_->CollectSysGpuLoad(); }; in CollectSysGpuLoad() local
H A Dhilog_decorator.cpp25 auto task = [this, &pid, &num] { return hilogCollector_->CollectLastLog(pid, num); }; in CollectLastLog() local
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dtask_manager_test.cpp78 std::shared_ptr<Task> task = std::make_shared<TaskAmsInit>(); in HWTEST_F() local
193 auto task = std::make_shared<TaskAmsInit>(); in HWTEST_F() local
243 std::shared_ptr<Task> task = std::make_shared<TaskAmsInit>(); HWTEST_F() local
280 auto task = std::make_shared<TaskAmsInit>(); HWTEST_F() local
305 auto task = std::make_shared<TaskAmsInit>(); HWTEST_F() local
322 auto task = std::make_shared<TaskAmsInit>(); HWTEST_F() local
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_multi_task_manager.c58 static int32_t AddTaskToManager(AccountTask *task) in AddTaskToManager() argument
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
H A Diso_server_task.c23 static int GetIsoServerTaskType(const struct SubTaskBaseT *task) in GetIsoServerTaskType() argument
33 static void DestroyIsoServerTask(struct SubTaskBaseT *task) in DestroyIsoServerTask() argument
92 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int32_t *status) in Process() argument
113 IsoServerTask *task = (IsoServerTask *)HcMalloc(sizeof(IsoServerTask), 0); in CreateIsoServerTask() local
[all...]
H A Diso_client_task.c23 static int GetIsoClientTaskType(const struct SubTaskBaseT *task) in GetIsoClientTaskType() argument
33 static void DestroyIsoClientTask(struct SubTaskBaseT *task) in DestroyIsoClientTask() argument
79 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int32_t *status) in Process() argument
99 IsoClientTask *task = (IsoClientTask *)HcMalloc(sizeof(IsoClientTask), 0); in CreateIsoClientTask() local
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/
H A Dpake_v1_server_task.c25 static int GetPakeV1ServerTaskType(const struct SubTaskBaseT *task) in GetPakeV1ServerTaskType() argument
35 static void DestroyPakeV1ServerTask(struct SubTaskBaseT *task) in DestroyPakeV1ServerTask() argument
98 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int *status) in Process() argument
121 PakeV1ServerTask *task = (PakeV1ServerTask *)HcMalloc(sizeof(PakeV1ServerTask), 0); in CreatePakeV1ServerTask() local
[all...]
H A Dpake_v1_client_task.c25 static int GetPakeV1ClientTaskType(const struct SubTaskBaseT *task) in GetPakeV1ClientTaskType() argument
35 static void DestroyPakeV1ClientTask(struct SubTaskBaseT *task) in DestroyPakeV1ClientTask() argument
98 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int *status) in Process() argument
121 PakeV1ClientTask *task = (PakeV1ClientTask *)HcMalloc(sizeof(PakeV1ClientTask), 0); in CreatePakeV1ClientTask() local
[all...]
/base/startup/init/services/loopevent/idle/
H A Dle_idle.c40 IdleTask *task = (IdleTask *)calloc(1, sizeof(IdleTask)); in LE_AddIdle() local
66 IdleTask *task = (IdleTask *)idle; LE_DelIdle() local
86 IdleTask *task = (IdleTask *)node; IdleListTraversalProc() local
[all...]
/base/update/updater/test/unittest/script/
H A Dthreadpool_unittest.cpp56 Task task; in TestThreadPoolCreate() local
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_system_ability_callback.cpp50 auto task = [entry]() { in OnCallBack() local
/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode.cpp83 FirmwareTask task; in GetStepAfterCheck() local
/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule.cpp59 bool StartupSchedule::Schedule(const ScheduleTask &task) in Schedule() argument
H A Dstartup_schedule_empty.cpp49 bool StartupSchedule::Schedule(const ScheduleTask &task) in Schedule() argument
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_download_data_processor.cpp42 FirmwareTask task; in IsDownloadSuccess() local
/base/useriam/face_auth/services_ex/src/
H A Dthread_handler_impl.cpp56 void ThreadHandlerImpl::PostTask(const Task &task) in PostTask() argument
61 void ThreadHandlerImpl::EnsureTask(const Task &task) in EnsureTask() argument
/base/useriam/user_auth_framework/services/base/src/
H A Dthread_handler_manager.cpp113 void ThreadHandlerManager::PostTask(const std::string &name, const std::function<void()> &task) in PostTask() argument

Completed in 10 milliseconds

12345678910>>...103