Home
last modified time | relevance | path

Searched defs:bw (Results 1 – 1 of 1) sorted by relevance

/system/core/storaged/
Dstoraged_info.cpp91 for (auto bw : perf_history.recent_perf()) { in load_perf_history_proto() local
102 for (auto bw : perf_history.daily_perf()) { in load_perf_history_proto() local
108 for (auto bw : perf_history.weekly_perf()) { in load_perf_history_proto() local
129 for (const uint32_t& bw : recent_perf) { in refresh() local
133 for (const uint32_t& bw : daily_perf) { in refresh() local
137 for (const uint32_t& bw : weekly_perf) { in refresh() local
150 void storage_info_t::update_perf_history(uint32_t bw, in update_perf_history()