Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp102 data->set_rx_bytes(it.rxBytes + randNum * RX_BYTES_INDEX); in Report()
110 …systemInfo->set_rx_bytes(systemData.rxBytes + (randNum * RX_BYTES_INDEX * systemData.details.size(… in Report()
120 data->set_rx_bytes(it.rxBytes); in Report()
128 systemInfo->set_rx_bytes(systemData.rxBytes); in Report()
238 uint64_t rxBytes = value; in ReadTxRxBytes() local
239 cache.rx = rxBytes; in ReadTxRxBytes()
240 cell.rx += rxBytes; in ReadTxRxBytes()
306 uint64_t rxBytes = value; in ReadSystemTxRxBytes() local
307 systemCache.rxBytes = rxBytes; in ReadSystemTxRxBytes()
308 systemData.rxBytes += rxBytes; in ReadSystemTxRxBytes()
[all …]
/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h55 uint64_t rxBytes; member
63 uint64_t rxBytes; member