Lines Matching refs:onDumpReport
74 MOCK_METHOD(void, onDumpReport,
214 MOCK_METHOD(void, onDumpReport,
256 p.onDumpReport(key, 1, false, true, ADB_DUMP, FAST, &bytes); in TEST()
299 p.onDumpReport(key, 1, false, true, ADB_DUMP, FAST, &bytes); in TEST()
339 p.onDumpReport(key, 1, false, true, ADB_DUMP, FAST, &bytes); in TEST()
374 processor->onDumpReport(cfgKey, 3, true, false /* Do NOT erase data. */, ADB_DUMP, FAST, in TEST()
382 processor->onDumpReport(cfgKey, 4, true, true /* DO erase data. */, ADB_DUMP, FAST, &bytes); in TEST()
389 processor->onDumpReport(cfgKey, 5, true, true /* DO erase data. */, ADB_DUMP, FAST, &bytes); in TEST()
1848 processor->onDumpReport(cfgKey1, configAddedTimeNs + NS_PER_SEC, false, true, ADB_DUMP, FAST, in TEST()
1852 service->mProcessor->onDumpReport(cfgKey1, getElapsedRealtimeNs(), in TEST()
2117 processor->onDumpReport(key, dumpTime1Ns, false /* include_current_bucket */, in TEST()
2126 processor->onDumpReport(key, dumpTime2Ns, false /* include_current_bucket */, in TEST()
2136 processor->onDumpReport(key, dumpTime3Ns, false /* include_current_bucket */, in TEST()
2157 processor->onDumpReport(cfgKey, 3, true, true, ADB_DUMP, FAST, &bytes); in TEST()
2259 EXPECT_CALL(*metricsManager, onDumpReport).Times(0); in TEST_F()
2307 EXPECT_CALL(*metricsManager, onDumpReport).Times(1); in TEST_F()
2324 processor->onDumpReport(mConfigKey, /*dumpTimeStampNs=*/1, /*wallClockNs=*/2, in TEST_F()
2335 processor->onDumpReport(mConfigKey, /*dumpTimeStampNs=*/1, /*wallClockNs=*/2, in TEST_F()