Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged.h87 unique_ptr<storage_info_t> storage_info; variable
118 return storage_info->get_perf_history(); in get_perf_history()
121 uint32_t get_recent_perf(void) { return storage_info->get_recent_perf(); } in get_recent_perf()
/system/core/storaged/
Dstoraged.cpp91 storage_info.reset(storage_info_t::get_storage_info(health)); in init()
136 storage_info->report(); in report_storage_info()
200 storage_info->load_perf_history_proto(proto.perf_history()); in load_proto()
280 storage_info->update_perf_history(perf, system_clock::now()); in flush_proto_data()
325 if (storage_info) { in event()
326 storage_info->refresh(protos[USER_SYSTEM].mutable_perf_history()); in event()