Home
last modified time | relevance | path

Searched refs:looper_ (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.h35 explicit FaultLogManager(const std::shared_ptr<EventLoop>& looper) : looper_(looper) {}; in FaultLogManager()
51 std::shared_ptr<EventLoop> looper_ = nullptr; member in OHOS::HiviewDFX::FaultLogManager
H A Dfaultlog_manager.cpp101 faultLogDb_ = new FaultLogDatabase(looper_); in Init()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp160 if (looper_ != nullptr) { in OnSysEvent()
162 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in OnSysEvent()
164 HIVIEW_LOGW("looper_ is null, call the subscribe function directly."); in OnSysEvent()
242 looper_ = looper; in SetWorkLoop()
265 if (looper_ != nullptr) { in AddExportTask()
272 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in AddExportTask()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h56 PlatformMonitor(): maxTotalCount_(0), maxTotalSize_(0), looper_(nullptr) {} in PlatformMonitor()
135 std::shared_ptr<EventLoop> looper_; member in OHOS::HiviewDFX::PlatformMonitor
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher.h61 std::shared_ptr<EventLoop> looper_; member in OHOS::HiviewDFX::DataPublisher
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp414 looper_ = looper; in StartMonitor()
417 looper_->AddTimerEvent(nullptr, nullptr, collectTask, collectPeriod_, true); in StartMonitor()
419 looper_->AddTimerEvent(nullptr, nullptr, reportTask, reportPeriod_, true); in StartMonitor()

Completed in 3 milliseconds