Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp54 const std::string NET_STATS_FILE_RX_BYTES = "rx_bytes"; variable
259 return GetIfaceBytes("usb0", NET_STATS_FILE_RX_BYTES.c_str()); in GetCellularRxBytes()
295 return GetAllBytes(NET_STATS_FILE_RX_BYTES.c_str()); in GetAllRxBytes()
404 return GetIfaceBytes(interfaceName, NET_STATS_FILE_RX_BYTES.c_str()); in GetIfaceRxBytes()