Searched refs:getUidsUpdatedConcurrentTimes (Results 1 – 5 of 5) sorted by relevance
48 [&]() { getUidsUpdatedConcurrentTimes(&lastUpdate); }, in LLVMFuzzerTestOneInput()
95 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidActiveTimeBpfMapReader_readBpfData()128 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidClusterTimeBpfMapReader_readBpfData()
43 getUidsUpdatedConcurrentTimes(uint64_t *lastUpdate);
264 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()282 auto map1 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST_F()294 auto map2 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST_F()317 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()432 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
471 return getUidsUpdatedConcurrentTimes(nullptr); in getUidsConcurrentTimes()478 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsUpdatedConcurrentTimes( in getUidsUpdatedConcurrentTimes() function