Searched refs:looper_ (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_manager.h | 35 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 D | faultlog_manager.cpp | 101 faultLogDb_ = new FaultLogDatabase(looper_); in Init()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher.cpp | 160 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 D | platform_monitor.h | 56 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 D | data_publisher.h | 61 std::shared_ptr<EventLoop> looper_; member in OHOS::HiviewDFX::DataPublisher
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | platform_monitor.cpp | 414 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