Home
last modified time | relevance | path

Searched defs:comparator (Results 1 – 5 of 5) sorted by relevance

/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() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dnetwork_selection.h254 std::shared_ptr<IWifiComparator> comparator; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dnetwork_selector_impl.cpp51 auto comparator = make_shared<WifiScorerComparator>(m_networkSelectorName); in AutoConnectIntegrator() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp886 LogStoreEx::LogFileComparator comparator = [this](const LogFile &lhs, const LogFile &rhs) { in OnLoad() local