HomeSort by relevance Sort by last modified time
    Searched full:force_report (Results 1 - 4 of 4) sorted by null

  /system/core/storaged/include/
storaged_uid_monitor.h 103 double hours, uint64_t threshold, bool force_report);
106 // called by storaged periodic_chore or dump with force_report
storaged.h 277 double hours, uint64_t threshold, bool force_report) {
278 return mUidm.dump(hours, threshold, force_report);
  /system/core/storaged/
storaged_service.cpp 98 bool force_report = false; local
123 force_report = true;
130 storaged->get_uid_records(hours, threshold, force_report);
storaged_uid_monitor.cpp 188 double hours, uint64_t threshold, bool force_report)
190 if (force_report) {

Completed in 126 milliseconds