Home
last modified time | relevance | path

Searched refs:get_perf_history (Results 1 – 5 of 5) sorted by relevance

/system/core/storaged/include/
Dstoraged.h117 vector<int> get_perf_history(void) { in get_perf_history() function
118 return storage_info->get_perf_history(); in get_perf_history()
Dstoraged_info.h81 vector<int> get_perf_history();
/system/core/storaged/
Dstoraged_service.cpp208 *_aidl_return = storaged_sp->get_perf_history(); in dumpPerfHistory()
Dstoraged_info.cpp201 vector<int> storage_info_t::get_perf_history() in get_perf_history() function in storage_info_t
/system/core/storaged/tests/
Dstoraged_test.cpp392 vector<int> history = si.get_perf_history(); in TEST()
433 vector<int> history = si.get_perf_history(); in TEST()