Searched refs:workLoop_ (Results 1 – 5 of 5) sorted by relevance
88 if (workLoop_ == nullptr || event == nullptr) { in DelayProcessEvent()95 workLoop_->AddTimerEvent(nullptr, nullptr, task, delay, false); in DelayProcessEvent()141 workLoop_ = loop; in BindWorkLoop()146 return workLoop_; in GetWorkLoop()
63 if (workLoop_ != nullptr) { in OnUnload()64 workLoop_->StopLoop(); in OnUnload()65 workLoop_.reset(); in OnUnload()132 workLoop_->AddTimerEvent(nullptr, nullptr, task, TRIGGER_CYCLE, true); in Start()
43 sysEventDbMgr_->StartCheckStoreTask(this->workLoop_); in OnLoad()
182 std::shared_ptr<EventLoop> workLoop_; variable
414 workLoop_ = eventloop; in OnLoad()