Home
last modified time | relevance | path

Searched refs:StartCheckStoreTask (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/include/
H A Dsys_event_db_mgr.h32 void StartCheckStoreTask(std::shared_ptr<EventLoop> looper);
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp38 void SysEventDbMgr::StartCheckStoreTask(std::shared_ptr<EventLoop> looper) in StartCheckStoreTask() function in OHOS::HiviewDFX::SysEventDbMgr
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp54 sysEventDbMgr_->StartCheckStoreTask(this->workLoop_); in OnLoad()