Home
last modified time | relevance | path

Searched refs:history (Results 1 – 10 of 10) sorted by relevance

/system/core/storaged/tests/
Dstoraged_test.cpp392 vector<int> history = si.get_perf_history(); in TEST() local
393 EXPECT_EQ(history.size(), 66UL); in TEST()
395 EXPECT_EQ(history[i++], 4); in TEST()
396 EXPECT_EQ(history[i++], 7); // 7 days in TEST()
397 EXPECT_EQ(history[i++], 52); // 52 weeks in TEST()
399 EXPECT_EQ(history[i++], 375); in TEST()
400 EXPECT_EQ(history[i++], 370); in TEST()
401 EXPECT_EQ(history[i++], 365); in TEST()
402 EXPECT_EQ(history[i++], 360); in TEST()
404 EXPECT_EQ(history[i++], 347); in TEST()
[all …]
/system/iorap/src/maintenance/
Dcontroller.cc229 for(db::AppLaunchHistoryModel history : histories) { in GetPerfettoTraceInfo() local
232 db::RawTraceModel::SelectByHistoryId(db, history.id); in GetPerfettoTraceInfo()
238 if (!history.pid) { in GetPerfettoTraceInfo()
239 LOG(DEBUG) << "Missing pid for history " << history.id; in GetPerfettoTraceInfo()
245 if (history.report_fully_drawn_ns) { in GetPerfettoTraceInfo()
246 timestamp_limit = *history.report_fully_drawn_ns; in GetPerfettoTraceInfo()
247 } else if (history.total_time_ns) { in GetPerfettoTraceInfo()
248 timestamp_limit = *history.total_time_ns; in GetPerfettoTraceInfo()
252 perfetto_traces.push_back({raw_trace->file_path, timestamp_limit, history.pid}); in GetPerfettoTraceInfo()
/system/iorap/src/manager/
Devent_manager.cc611 std::optional<db::AppLaunchHistoryModel> history = InsertDbLaunchHistory(pid); in RecordDbLaunchHistory() local
621 if (!history) { in RecordDbLaunchHistory()
627 LOG(VERBOSE) << "history_id_subscriber on_next history_id=" << history->id; in RecordDbLaunchHistory()
628 history_id_subscriber_->on_next(history->id); in RecordDbLaunchHistory()
631 recent_history_id_ = history->id; in RecordDbLaunchHistory()
/system/bt/main/shim/
Dacl.cc858 std::vector<std::string> history = in DumpConnectionHistory() local
860 for (auto& entry : history) { in DumpConnectionHistory()
874 std::vector<std::string> history = in DumpConnectionHistory() local
876 for (auto& entry : history) { in DumpConnectionHistory()
1001 std::vector<Record> history = btm_cb.history_->Pull(); in DumpsysBtm() local
1002 for (auto& record : history) { in DumpsysBtm()
/system/chre/doc/
Dframework_debugging.md44 state, history, vital statistics, etc. The debug dump is especially useful for
/system/core/storaged/
Dstoraged_uid_monitor.cpp202 const std::map<uint64_t, struct uid_records>& history) in history_size() argument
205 for (auto const& it : history) { in history_size()
/system/sepolicy/prebuilts/api/30.0/private/
Dproperty_contexts251 # tracked by buffer queue's frame event timing history. The property is set
253 # history size.
/system/sepolicy/private/
Dproperty_contexts309 # tracked by buffer queue's frame event timing history. The property is set
311 # history size.
/system/sepolicy/prebuilts/api/31.0/private/
Dproperty_contexts309 # tracked by buffer queue's frame event timing history. The property is set
311 # history size.
/system/core/rootdir/
Dinit.rc882 mkdir /data/rollback-history 0700 system system encryption=DeleteIfNecessary