Home
last modified time | relevance | path

Searched refs:force_report (Results 1 – 4 of 4) sorted by relevance

/system/core/storaged/include/
Dstoraged.h124 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()
Dstoraged_uid_monitor.h120 double hours, uint64_t threshold, bool force_report);
/system/core/storaged/
Dstoraged_service.cpp108 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()
Dstoraged_uid_monitor.cpp259 double hours, uint64_t threshold, bool force_report) in dump() argument
261 if (force_report) { in dump()