/packages/modules/StatsD/statsd/tests/ |
D | SocketListener_test.cpp | 71 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/ |
D | ShellSubscriber.h | 61 : mUidMap(uidMap), mPullerMgr(pullerMgr), mLogEventFilter(logEventFilter){}; in ShellSubscriber() 100 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
|
D | ShellSubscriber.cpp | 207 mLogEventFilter->setAtomIds(std::move(allAtomIds), this); in updateLogEventFilterLocked()
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | ConfigUpdate_e2e_test.cpp | 69 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/ |
D | StatsSocketListener.cpp | 48 mLogEventFilter(logEventFilter), in StatsSocketListener() 110 processSocketMessage(buffer, n, uid, pid, *mQueue, *mLogEventFilter); in onDataAvailable()
|
D | StatsSocketListener.h | 92 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
|
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.h | 154 mLogEventFilter->setFilteringEnabled(!enabled); in setPrintLogs() 225 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
|
D | StatsService.h | 471 std::shared_ptr<LogEventFilter> mLogEventFilter; variable
|
D | StatsService.cpp | 155 mLogEventFilter(logEventFilter), 1564 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager, mLogEventFilter); in initShellSubscriber()
|
D | StatsLogProcessor.cpp | 109 mLogEventFilter(logEventFilter), in StatsLogProcessor() 1520 mLogEventFilter->setAtomIds(std::move(allAtomIds), this); in updateLogEventFilterLocked()
|