Home
last modified time | relevance | path

Searched refs:LogFileComparator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/logstore/include/
H A Dlog_store_ex.h35 using LogFileComparator = std::function<bool(const LogFile&, const LogFile&)>; variable
46 void SetLogFileComparator(LogFileComparator comparator);
76 LogFileComparator comparator_;
/ohos5.0/base/hiviewdfx/hiview/base/logstore/
H A Dlog_store_ex.cpp54 void LogStoreEx::SetLogFileComparator(LogFileComparator comparator) in SetLogFileComparator()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.cpp91 LogStoreEx::LogFileComparator comparator = [](const LogFile &lhs, const LogFile &rhs) { in Init()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp886 LogStoreEx::LogFileComparator comparator = [this](const LogFile &lhs, const LogFile &rhs) { in OnLoad()