Home
last modified time | relevance | path

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

/system/core/storaged/tests/
Dstoraged_test.cpp446 auto& io_history = uidm.io_history(); in TEST() local
448 io_history[200] = { in TEST()
470 io_history[300] = { in TEST()
530 io_history.clear(); in TEST()
532 io_history[300] = { in TEST()
543 io_history[400] = { in TEST()
557 EXPECT_EQ(io_history.size(), 3UL); in TEST()
558 EXPECT_EQ(io_history.count(200), 1UL); in TEST()
559 EXPECT_EQ(io_history.count(300), 1UL); in TEST()
560 EXPECT_EQ(io_history.count(400), 1UL); in TEST()
[all …]
/system/core/storaged/include/
Dstoraged_uid_monitor.h130 map<uint64_t, uid_records>& io_history() { return io_history_; } in io_history() function