Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp213 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
266 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
315 auto map1 = getUidsConcurrentTimes(); in TEST()
319 auto map2 = getUidsConcurrentTimes(); in TEST()
365 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
394 auto concurrentMap = getUidsConcurrentTimes(); in TEST()
468 auto allConcurrentTimes = getUidsConcurrentTimes(); in TEST()
Dcputimeinstate.h39 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes();
Dcputimeinstate.cpp402 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes() { in getUidsConcurrentTimes() function