Searched refs:force_report (Results 1 – 4 of 4) sorted by relevance
/system/core/storaged/include/ |
D | storaged.h | 124 double hours, uint64_t threshold, bool force_report) { in get_uid_records() argument 125 return mUidm.dump(hours, threshold, force_report); in get_uid_records()
|
D | storaged_uid_monitor.h | 120 double hours, uint64_t threshold, bool force_report);
|
/system/core/storaged/ |
D | storaged_service.cpp | 108 bool force_report = false; in dump() local 134 force_report = true; in dump() 145 storaged_sp->get_uid_records(hours, threshold, force_report); in dump()
|
D | storaged_uid_monitor.cpp | 259 double hours, uint64_t threshold, bool force_report) in dump() argument 261 if (force_report) { in dump()
|