Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dcpu_time_reader.h53 …bool ReadClusterTimeIncrement(std::vector<int64_t>& clusterTime, std::vector<int64_t>& increments,…
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp258 bool CpuTimeReader::ReadClusterTimeIncrement(std::vector<int64_t>& clusterTime, std::vector<int64_t… in ReadClusterTimeIncrement() function in OHOS::PowerMgr::CpuTimeReader
322 if (!ReadClusterTimeIncrement(clusterTime, increments, uid, clusters, splitedLine[1])) { in ReadUidCpuClusterTime()