Home
last modified time | relevance | path

Searched defs:task (Results 576 - 600 of 2605) sorted by relevance

1...<<21222324252627282930>>...105

/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
H A Dwatchdog_task.h75 Task task; member in OHOS::HiviewDFX::WatchdogTask
/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...]
H A Dmemory_decorator.cpp26 auto task = [this, &pid] { return memoryCollector_->CollectProcessMemory(pid); }; in CollectProcessMemory() local
32 auto task = [this] { return memoryCollector_->CollectSysMemory(); }; in CollectSysMemory() local
38 auto task = [this] { return memoryCollector_->CollectRawMemInfo(); }; in CollectRawMemInfo() local
44 auto task = [this] { return memoryCollector_->ExportMemView(); }; in ExportMemView() local
50 auto task = [this] { return memoryCollector_->CollectAllProcessMemory(); }; in CollectAllProcessMemory() local
55 auto task = [this] { return memoryCollector_->ExportAllProcessMemory(); }; ExportAllProcessMemory() local
61 auto task = [this] { return memoryCollector_->CollectRawSlabInfo(); }; CollectRawSlabInfo() local
67 auto task = [this] { return memoryCollector_->CollectRawPageTypeInfo(); }; CollectRawPageTypeInfo() local
73 auto task = [this] { return memoryCollector_->CollectRawDMA(); }; CollectRawDMA() local
79 auto task = [this] { return memoryCollector_->CollectAllAIProcess(); }; CollectAllAIProcess() local
85 auto task = [this] { return memoryCollector_->ExportAllAIProcess(); }; ExportAllAIProcess() local
91 auto task = [this, &pid] { return memoryCollector_->CollectRawSmaps(pid); }; CollectRawSmaps() local
97 auto task = [this, &pid] { return memoryCollector_->CollectHprof(pid); }; CollectHprof() local
103 auto task = [this, &pid] { return memoryCollector_->CollectProcessVss(pid); }; CollectProcessVss() local
109 auto task = [this] { return memoryCollector_->CollectMemoryLimit(); }; CollectMemoryLimit() local
115 auto task = [this] { return memoryCollector_->CollectDdrFreq(); }; CollectDdrFreq() local
[all...]
H A Dcpu_decorator.cpp31 auto task = [this] { return cpuCollector_->CollectSysCpuLoad(); }; in CollectSysCpuLoad() local
41 auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectSysCpuUsage(isNeedUpdate); }; in CollectSysCpuUsage() local
51 auto task = [this] { return cpuCollector_->GetSysCpuUsage(); }; in GetSysCpuUsage() local
61 auto task = [this, &pid, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfo(pid, isNeedUpdate); }; in CollectProcessCpuStatInfo() local
71 auto task = [this] { return cpuCollector_->CollectCpuFrequency(); }; in CollectCpuFrequency() local
81 auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfos(isNeedUpdate); }; CollectProcessCpuStatInfos() local
96 auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdate); }; CollectThreadStatInfos() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h69 template <typename T> auto Invoke(T task, StatInfoWrapper& statInfoWrapper, in Invoke() argument
/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp43 void ThrExecutor::ValidateNonNull(void* task) in ValidateNonNull() argument
76 void ThrExecutor::ExecuteTimeoutInMainThr(ITimeoutHandler* task, std::string name) in ExecuteTimeoutInMainThr() argument
90 ProcessAppEvtWrapperTask(IAppThrExecutor::IProcessAppEvtTask* task, const IAppThrExecutor::AppEvtData data) in ProcessAppEvtWrapperTask() argument
114 void ThrExecutor::ExecuteHandleEvtInMainThr(IProcessAppEvtTask* task, cons argument
153 ExecuteMonitorInMainThr(IHandleMonitorEvt* task, std::shared_ptr <XperfEvt> evt) ExecuteMonitorInMainThr() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dpanel_listener_impl.cpp77 auto task = [entry]() { in OnPanelStatus() local
99 auto task = [entry]() { in OnSizeChange() local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/
H A Dtask.cpp62 RunningState Task::OnTask(std::shared_ptr<Task> task) in OnTask() argument
156 int32_t Task::Pend(std::shared_ptr<Task> task) in Pend() argument
/base/global/i18n/services/src/
H A Di18n_service_ability.cpp85 auto task = [this]() { in UnloadI18nServiceAbility() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp174 auto task = [this, eventProxy, id] { this->OnAccountsChanged(eventProxy, id); }; in Publish() local
209 auto task = [this, eventProxy, newId, oldId] { this->OnAccountsSwitch(eventProxy, newId, oldId); }; in Publish() local
/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp107 HiCollie_ErrorCode OH_HiCollie_Init_StuckDetection(OH_HiCollie_Task task) in OH_HiCollie_Init_StuckDetection() argument
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp68 ExceptionErrorCode CJRequestEvent::Exec(std::string execType, const CJTask *task) in Exec() argument
78 ExceptionErrorCode CJRequestEvent::StartExec(const CJTask *task) in StartExec() argument
101 ExceptionErrorCode CJRequestEvent::StopExec(const CJTask *task) in StopExec() argument
106 ExceptionErrorCode CJRequestEvent::PauseExec(const CJTask *task) in PauseExec() argument
111 ExceptionErrorCode CJRequestEvent::ResumeExec(const CJTask *task) in ResumeExec() argument
[all...]
/base/request/request/pre_download/netstack_rs/src/
H A Drequest.rs84 let mut task = RequestTask::from_http_request(&self.inner); in build() variables
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_dimming.cpp97 FFRTTask task = [this] { this->NextStep(); }; in StartDimming() local
156 FFRTTask task = [this] { this->NextStep(); }; in NextStep() local
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp32 FFRTTask task = [&]() { in HWTEST_F() local
48 FFRTTask task = [&]() { in HWTEST_F() local
97 FFRTTask task = [&]() { HWTEST_F() local
119 FFRTTask task = [&]() { HWTEST_F() local
144 FFRTTask task = [&]() { HWTEST_F() local
161 FFRTTask task = [&]() { HWTEST_F() local
181 FFRTTask task = [&taskptr]() { HWTEST_F() local
366 FFRTTask task = [&executed, &canceled, &timer, &done]() { HWTEST_F() local
[all...]
/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h57 JsTask *task; member
61 JsTask *task = nullptr; member
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_sync_event_module_test.cpp69 auto task = [&handler, &result, &sharedPtr, &weakPtr, &uniquePtr, &f, smartPointerType]() { in SendEventWithSmartPtr() local
[all...]
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task.cpp70 void UploadTask::Run(std::shared_ptr<Upload::UploadTask> task) in Run() argument
[all...]
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp91 auto task = PostTask(cb, &promise); in PostSyncTask() local
111 auto task = PostTask(callback); in PostAsyncTask() local
150 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
[all...]
/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp90 auto task = PostTask(callback, &promise); in PostSyncTask() local
110 auto task = PostTask(callback); in PostAsyncTask() local
149 TaskPtr task = std::make_shared<Task>(id, callback, promise); in PostTask() local
[all...]
/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp77 auto task = [this]() { in DelayUnloadTask() local
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_task_main.c94 static void DestroyTaskT(AccountTask *task) in DestroyTaskT() argument
133 static int32_t ProcessTaskT(AccountTask *task, const CJson *in, CJson *out, int32_t *status) in ProcessTaskT() argument
148 NegotiateAndCreateSubTask(AccountTask *task, const CJson *in, CJson *out) NegotiateAndCreateSubTask() argument
195 AccountTask *task = (AccountTask *)HcMalloc(sizeof(AccountTask), 0); CreateAccountTaskT() local
[all...]

Completed in 10 milliseconds

1...<<21222324252627282930>>...105