OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_queue_lengths
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
traffic_monitor_unittest.cc
191
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
192
monitor_.BuildIPPortToTxQueueLength(socket_infos, &
tx_queue_lengths
);
193
EXPECT_EQ(1,
tx_queue_lengths
.size());
195
EXPECT_EQ(TrafficMonitorTest::kTxQueueLength1,
tx_queue_lengths
[ip_port]);
211
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
212
monitor_.BuildIPPortToTxQueueLength(socket_infos, &
tx_queue_lengths
);
213
EXPECT_EQ(0,
tx_queue_lengths
.size());
227
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
228
monitor_.BuildIPPortToTxQueueLength(socket_infos, &
tx_queue_lengths
);
229
EXPECT_EQ(0,
tx_queue_lengths
.size())
243
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
259
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
311
TrafficMonitor::IPPortToTxQueueLengthMap
tx_queue_lengths
;
local
[
all
...]
traffic_monitor.cc
88
IPPortToTxQueueLengthMap*
tx_queue_lengths
) {
114
(*
tx_queue_lengths
)[local_ip_port] = info.transmit_queue_value();
Completed in 59 milliseconds