Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dppp_device_unittest.cc59 EXPECT_CALL(metrics, SendSparseToUMA(Metrics::kMetricPPPMTUValue, 1492)); in TEST()
76 EXPECT_CALL(metrics, SendSparseToUMA(Metrics::kMetricPPPMTUValue, 1492)); in TEST()
Dppp_device.cc116 metrics()->SendSparseToUMA(Metrics::kMetricPPPMTUValue, mru); in ParseIPConfiguration()
Dmetrics.h768 static const char kMetricPPPMTUValue[]; variable
Dmetrics.cc403 const char Metrics::kMetricPPPMTUValue[] = "Network.Shill.PPPMTUValue"; member in shill::Metrics