Home
last modified time | relevance | path

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

12345678910

/base/request/request/pre_download/native/src/download/
H A Dmod.rs15 mod task; modules
/base/request/request/pre_download/netstack_rs/src/
H A Dlib.rs30 pub mod task; modules
/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
/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
/base/request/request/pre_download/netstack_rs/tests/
H A Ddownload.rs37 let mut task = request.build(); in download() variables
/base/useriam/user_auth_framework/services/base/src/
H A Dthread_handler_singleton_impl.cpp34 void ThreadHandlerSingletonImpl::PostTask(const Task &task) in PostTask() argument
39 void ThreadHandlerSingletonImpl::EnsureTask(const Task &task) in EnsureTask() argument
/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

Completed in 9 milliseconds

12345678910