/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | event_loop_test.cpp | 295 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 D | bbox_detectors_mock.cpp | 20 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 D | bbox_detectors_mock.h | 33 …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 D | bbox_detector_plugin.cpp | 56 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 D | sys_event_db_mgr.cpp | 47 looper->AddTimerEvent(nullptr, nullptr, statusTask, delay, true); in StartCheckStoreTask()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_function_jumble.cpp | 61 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 D | hril_event.h | 44 void AddTimerEvent(HRilEventMessage &eventMsg, const struct timeval &tv);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher.cpp | 162 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 D | hiview_platform.cpp | 187 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 D | hril_timer_callback.cpp | 90 event_->AddTimerEvent(eventMsg, timeout); in HRilSetTimerCallbackInfo()
|
H A D | hril_event.cpp | 155 void HRilEvent::AddTimerEvent(HRilEventMessage &eventMsg, const struct timeval &tv) in AddTimerEvent() function in OHOS::Telephony::HRilEvent
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | plugin.cpp | 95 workLoop_->AddTimerEvent(nullptr, nullptr, task, delay, false); in DelayProcessEvent()
|
H A D | event_loop.cpp | 215 uint64_t EventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> eve… in AddTimerEvent() function in OHOS::HiviewDFX::EventLoop
|
H A D | libhiviewbase.map | 13 …"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 D | platform_monitor.cpp | 417 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 D | event_loop.h | 113 …virtual uint64_t AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event,
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/ |
H A D | unified_collector.cpp | 471 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 D | crash_validator.cpp | 213 workLoop_->AddTimerEvent(nullptr, nullptr, [this, pid] { in OnEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_database.cpp | 120 eventLoop_->AddTimerEvent(nullptr, nullptr, task, delayTime, false); in SaveFaultLogInfo()
|
H A D | faultlogger.cpp | 654 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 D | zero_branch_test.cpp | 1308 event->AddTimerEvent(eventMsg, timeout); 1311 event->AddTimerEvent(eventMsg, timeZero);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 370 threadLoop_->AddTimerEvent(nullptr, nullptr, CheckFinishFun, waitTime, false); in StartLogCollect()
|