Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_manager.h35 explicit FaultLogManager(std::shared_ptr<EventLoop> looper) : looper_(looper) {}; in FaultLogManager()
51 std::shared_ptr<EventLoop> looper_ = nullptr; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher.cpp147 if (looper_ != nullptr) { in OnSysEvent()
149 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in OnSysEvent()
224 looper_ = looper; in SetWorkLoop()
247 if (looper_ != nullptr) { in AddExportTask()
254 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in AddExportTask()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h56 PlatformMonitor(): maxTotalCount_(0), maxTotalSize_(0), looper_(nullptr) {} in PlatformMonitor()
135 std::shared_ptr<EventLoop> looper_; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Ddata_publisher.h60 std::shared_ptr<EventLoop> looper_; variable
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp431 looper_ = looper; in StartMonitor()
434 looper_->AddTimerEvent(nullptr, nullptr, collectTask, collectPeriod_, true); in StartMonitor()
436 looper_->AddTimerEvent(nullptr, nullptr, reportTask, reportPeriod_, true); in StartMonitor()