Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DSocketListener_test.cpp71 LogEventFilter mLogEventFilter; member in android::os::statsd::SocketParseMessageTest
75 mLogEventFilter.setFilteringEnabled(GetParam()); in SocketParseMessageTest()
89 generateAtomLogging(mEventQueue, mLogEventFilter, kEventCount, kAtomId); in TEST_P()
108 mLogEventFilter.setAtomIds(idsList, nullptr); in TEST_P()
109 generateAtomLogging(mEventQueue, mLogEventFilter, kEventCount, kAtomId); in TEST_P()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriber.h61 : mUidMap(uidMap), mPullerMgr(pullerMgr), mLogEventFilter(logEventFilter){}; in ShellSubscriber()
100 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
DShellSubscriber.cpp207 mLogEventFilter->setAtomIds(std::move(allAtomIds), this); in updateLogEventFilterLocked()
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_test.cpp69 std::shared_ptr<MockLogEventFilter> mLogEventFilter; member in android::os::statsd::ConfigUpdateE2eTest
72 mLogEventFilter = std::make_shared<MockLogEventFilter>(); in SetUp()
123 config, key, mLogEventFilter); in TEST_F()
183 EXPECT_CALL(*mLogEventFilter, setAtomIds(CreateAtomIdSetFromConfig(newConfig), processor.get())) in TEST_F()
360 config, key, mLogEventFilter); in TEST_F()
421 EXPECT_CALL(*mLogEventFilter, setAtomIds(CreateAtomIdSetFromConfig(newConfig), processor.get())) in TEST_F()
631 config, key, mLogEventFilter); in TEST_F()
705 EXPECT_CALL(*mLogEventFilter, setAtomIds(CreateAtomIdSetFromConfig(newConfig), processor.get())) in TEST_F()
966 EXPECT_CALL(*mLogEventFilter, setAtomIds(StatsLogProcessor::getDefaultAtomIdSet(), _)) in TEST_F()
968 EXPECT_CALL(*mLogEventFilter, setAtomIds(CreateAtomIdSetFromConfig(config), _)) in TEST_F()
[all …]
/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.cpp48 mLogEventFilter(logEventFilter), in StatsSocketListener()
110 processSocketMessage(buffer, n, uid, pid, *mQueue, *mLogEventFilter); in onDataAvailable()
DStatsSocketListener.h92 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.h154 mLogEventFilter->setFilteringEnabled(!enabled); in setPrintLogs()
225 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
DStatsService.h471 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
DStatsService.cpp155 mLogEventFilter(logEventFilter),
1564 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager, mLogEventFilter); in initShellSubscriber()
DStatsLogProcessor.cpp109 mLogEventFilter(logEventFilter), in StatsLogProcessor()
1520 mLogEventFilter->setAtomIds(std::move(allAtomIds), this); in updateLogEventFilterLocked()