Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp109 if (!IsQueryCntLimitValid(tag, limit, queryCallback) || in Execute()
140 bool SysEventQueryWrapper::IsQueryCntLimitValid(const DbQueryTag& tag, const int limit, in IsQueryCntLimitValid() function in OHOS::HiviewDFX::EventStore::SysEventQueryWrapper
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h138 …bool IsQueryCntLimitValid(const DbQueryTag& tag, const int limit, const DbQueryCallback& callback);