Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DProcDiskStats.cpp84 !ParseUint(fields[13], &diskStats.weightedTotalIoTimeInMs)) { in parseDiskStatsLine()
168 weightedTotalIoTimeInMs = diff(weightedTotalIoTimeInMs, rhs.weightedTotalIoTimeInMs); in operator -=()
189 weightedTotalIoTimeInMs = sum(weightedTotalIoTimeInMs, rhs.weightedTotalIoTimeInMs); in operator +=()
DProcDiskStats.h59 uint64_t weightedTotalIoTimeInMs = 0; member
/packages/services/Car/cpp/watchdog/server/tests/
DProcDiskStatsTest.cpp50 stats.totalIoTimeInMs, stats.weightedTotalIoTimeInMs, stats.numFlushCompleted, in getDiskStatsLine()
79 stats.writeTimeInMs, stats.totalIoTimeInMs, stats.weightedTotalIoTimeInMs, in isEquals()