Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp295 currentLooper_->AddTimerEvent(eventhandler1, event1, nullptr, 2, true);
316 currentLooper_->AddTimerEvent(nullptr, nullptr, task, 2, true);
338 auto seqId = currentLooper_->AddTimerEvent(nullptr, nullptr, task, 2, true);
362 currentLooper_->AddTimerEvent(eventhandler1, event1, nullptr, 2, false);
366 auto seq = currentLooper_->AddTimerEvent(eventhandler1, event2, nullptr, 2, false);
375 auto res = currentLooper_->AddTimerEvent(eventhandler1, event3, nullptr, interval, false);
484 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 1, false);
494 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 2, false);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp20 uint64_t MockEventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event>… in AddTimerEvent() function in OHOS::HiviewDFX::MockEventLoop
23 return EventLoop::AddTimerEvent(handler, event, task, GetMockInterval(), repeat); in AddTimerEvent()
H A Dbbox_detectors_mock.h33 …uint64_t AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const …
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp56 eventLoop_->AddTimerEvent(nullptr, nullptr, [&]() { in OnLoad()
224 timeEventId_ = eventLoop_->AddTimerEvent(nullptr, nullptr, [this] { in AddDetectBootCompletedTask()
247 eventLoop_->AddTimerEvent(nullptr, nullptr, [] { in NotifyBootStable()
258 eventLoop_->AddTimerEvent(nullptr, nullptr, [this] { in NotifyBootCompleted()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp47 looper->AddTimerEvent(nullptr, nullptr, statusTask, delay, true); in StartCheckStoreTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp61 uint64_t EventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> eve… in AddTimerEvent() function in OHOS::HiviewDFX::EventLoop
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_event.h44 void AddTimerEvent(HRilEventMessage &eventMsg, const struct timeval &tv);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp162 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in OnSysEvent()
272 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in AddExportTask()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp187 sharedWorkLoop_->AddTimerEvent(nullptr, nullptr, task, RESET_TIMER_SECOND, true); in AddWatchDog()
233 sharedWorkLoop_->AddTimerEvent(nullptr, nullptr, task, pluginInfo.loadDelay, false); in LoadBusinessPlugin()
742 sharedWorkLoop_->AddTimerEvent(nullptr, nullptr, task, unloadDelay, false); in RequestUnloadPlugin()
893 sharedWorkLoop_->AddTimerEvent(nullptr, nullptr, task, delay, false); in RequestUnloadBundle()
978 sharedWorkLoop_->AddTimerEvent(nullptr, nullptr, task, checkIdlePeriod_, true); in ScheduleCheckUnloadablePlugins()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_timer_callback.cpp90 event_->AddTimerEvent(eventMsg, timeout); in HRilSetTimerCallbackInfo()
H A Dhril_event.cpp155 void HRilEvent::AddTimerEvent(HRilEventMessage &eventMsg, const struct timeval &tv) in AddTimerEvent() function in OHOS::Telephony::HRilEvent
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp95 workLoop_->AddTimerEvent(nullptr, nullptr, task, delay, false); in DelayProcessEvent()
H A Devent_loop.cpp215 uint64_t EventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> eve… in AddTimerEvent() function in OHOS::HiviewDFX::EventLoop
H A Dlibhiviewbase.map13 …"OHOS::HiviewDFX::EventLoop::AddTimerEvent(std::__h::shared_ptr<OHOS::HiviewDFX::EventHandler>, st…
122 …"OHOS::HiviewDFX::EventLoop::AddTimerEvent(std::__h::shared_ptr<OHOS::HiviewDFX::EventHandler>, st…
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp417 looper_->AddTimerEvent(nullptr, nullptr, collectTask, collectPeriod_, true); in StartMonitor()
419 looper_->AddTimerEvent(nullptr, nullptr, reportTask, reportPeriod_, true); in StartMonitor()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h113 …virtual uint64_t AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event,
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp471 auto ioSeqId = workLoop_->AddTimerEvent(nullptr, nullptr, ioCollectionTask, taskInterval, true); in RunIoCollectionTask()
490 auto statSeqId = workLoop_->AddTimerEvent(nullptr, nullptr, statTask, taskInterval, true); in RunUCollectionStatTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp213 workLoop_->AddTimerEvent(nullptr, nullptr, [this, pid] { in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp120 eventLoop_->AddTimerEvent(nullptr, nullptr, task, delayTime, false); in SaveFaultLogInfo()
H A Dfaultlogger.cpp654 workLoop_->AddTimerEvent(nullptr, nullptr, task, 10, false); // delay 10 seconds in OnLoad()
1138 workLoop_->AddTimerEvent(nullptr, nullptr, task, 0, false); in CheckFaultLogAsync()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1308 event->AddTimerEvent(eventMsg, timeout);
1311 event->AddTimerEvent(eventMsg, timeZero);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp370 threadLoop_->AddTimerEvent(nullptr, nullptr, CheckFinishFun, waitTime, false); in StartLogCollect()