Home
last modified time | relevance | path

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

/haiku/src/apps/activitymonitor/
H A DSystemInfo.h53 uint64 NetworkSent();
H A DSystemInfo.cpp190 SystemInfo::NetworkSent() in NetworkSent() function in SystemInfo
H A DDataSource.cpp1378 uint64 transferred = fIn ? info.NetworkReceived() : info.NetworkSent(); in NextValue()