Home
last modified time | relevance | path

Searched refs:ioCollectionTask (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp469 auto ioCollectionTask = [this] { this->IoCollectionTask(); }; in RunIoCollectionTask() local
471 auto ioSeqId = workLoop_->AddTimerEvent(nullptr, nullptr, ioCollectionTask, taskInterval, true); in RunIoCollectionTask()