Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp264 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
317 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
382 auto map1 = getUidsConcurrentTimes(); in TEST_F()
386 auto map2 = getUidsConcurrentTimes(); in TEST_F()
432 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
461 auto map = getUidsConcurrentTimes(); in TEST_F()
475 EXPECT_FALSE(getUidsConcurrentTimes().has_value()); in TEST_F()
483 auto concurrentMap = getUidsConcurrentTimes(); in TEST_F()
557 auto allConcurrentTimes = getUidsConcurrentTimes(); in TEST_F()
694 auto allConcurrentTimes = getUidsConcurrentTimes(); in TEST_F()
Dcputimeinstate.h41 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes();
Dcputimeinstate.cpp470 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes() { in getUidsConcurrentTimes() function