Home
last modified time | relevance | path

Searched refs:queryController_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp100 LruCache<pid_t, SysEventQueryWrapper::QueryRecord> SysEventQueryWrapper::queryController_; member in OHOS::HiviewDFX::EventStore::SysEventQueryWrapper
192 QueryRecord record = queryController_.Get(queryProcessId); in IsQueryFrequenceValid()
197 queryController_.Put(queryProcessId, record); in IsQueryFrequenceValid()
202 queryController_.Put(queryProcessId, record); in IsQueryFrequenceValid()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h149 static LruCache<pid_t, QueryRecord> queryController_; variable