Searched refs:UID_STATES (Results 1 – 7 of 7) sorted by relevance
59 int64_t bytes[UID_STATES] = {0};60 int64_t fsync[UID_STATES] = {0};80 std::string toString(MetricType metricsType, const int64_t totalIoStats[][UID_STATES]) const;93 int64_t totalIoStats[METRIC_TYPES][UID_STATES] = {{0}};
39 UID_STATES, enumerator82 int64_t metrics[METRIC_TYPES][UID_STATES];
81 void addUidIoStats(const int64_t entry[][UID_STATES], int64_t total[][UID_STATES]) { in addUidIoStats() argument227 const int64_t totalIoStats[][UID_STATES]) const { in toString()232 for (int i = 0; i < UID_STATES; ++i) { in toString()
84 for (int j = 0; j < UID_STATES; j++) { in isZero()
125 const auto& totalIoStatsArrayMatcher = [&](const int64_t expected[][UID_STATES]) { in __anoncab421ad0402() argument126 std::vector<Matcher<const int64_t[UID_STATES]>> matchers; in __anoncab421ad0402()128 matchers.push_back(ElementsAreArray(expected[i], UID_STATES)); in __anoncab421ad0402()
572 public static final int[] UID_STATES = { field in AppOpsManager7085 for (int uidState : UID_STATES) { in sumForFlagsInStates()9864 for (int uidState : UID_STATES) { in getLastEvent()
4679 final long uIDToken = proto.start(PowerManagerServiceDumpProto.UID_STATES);