Home
last modified time | relevance | path

Searched refs:LogEventFilter (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/StatsD/statsd/tests/
DLogEventFilter_test.cpp32 LogEventFilter::AtomIdSet generateAtomIds(int rangeStart, int rangeEndInclusive) { in generateAtomIds()
33 LogEventFilter::AtomIdSet atomIds; in generateAtomIds()
40 bool testGuaranteedUnusedAtomsNotInUse(const LogEventFilter& filter) { in testGuaranteedUnusedAtomsNotInUse()
54 LogEventFilter filter;
68 LogEventFilter::AtomIdSet emptyAtomIdsSet; in TEST_F()
71 filter.setAtomIds(std::move(emptyAtomIdsSet), reinterpret_cast<LogEventFilter::ConsumerId>(0)); in TEST_F()
87 filter.setAtomIds(std::move(filterIds), reinterpret_cast<LogEventFilter::ConsumerId>(0)); in TEST_F()
101 filter.setAtomIds(std::move(filterIds), reinterpret_cast<LogEventFilter::ConsumerId>(0)); in TEST_F()
112 filter.setAtomIds(std::move(filterIds), reinterpret_cast<LogEventFilter::ConsumerId>(0)); in TEST_F()
125 filter.setAtomIds(std::move(filterIds1), reinterpret_cast<LogEventFilter::ConsumerId>(0)); in TEST_F()
[all …]
DSocketListener_test.cpp58 void generateAtomLogging(LogEventQueue& queue, const LogEventFilter& filter, int eventCount, in generateAtomLogging()
71 LogEventFilter mLogEventFilter;
107 LogEventFilter::AtomIdSet idsList; in TEST_P()
124 LogEventFilter logEventFilter; in TEST()
126 LogEventFilter::AtomIdSet idsList; in TEST()
147 LogEventFilter logEventFilter; in TEST()
150 LogEventFilter::AtomIdSet idsList; in TEST()
178 LogEventFilter logEventFilter; in TEST()
181 LogEventFilter::AtomIdSet idsList; in TEST()
196 LogEventFilter::AtomIdSet idsList2; in TEST()
DStatsService_test.cpp70 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
89 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
105 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
124 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
DUidMap_test.cpp133 std::make_shared<LogEventFilter>()); in TEST()
150 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
182 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
226 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
283 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
564 std::make_shared<LogEventFilter>())) { in UidMapTestAppendUidMap()
Dstatsd_test_util.h91 class BasicMockLogEventFilter : public LogEventFilter {
153 std::make_shared<LogEventFilter>()); in createStatsService()
584 const shared_ptr<LogEventFilter>& logEventFilter = std::make_shared<LogEventFilter>());
595 LogEventFilter::AtomIdSet CreateAtomIdSetDefault();
596 LogEventFilter::AtomIdSet CreateAtomIdSetFromConfig(const StatsdConfig& config);
DStatsLogProcessor_test.cpp93 std::make_shared<LogEventFilter>()); in TEST()
120 std::make_shared<LogEventFilter>()); in TEST()
155 std::make_shared<LogEventFilter>()); in TEST()
249 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config); in TEST()
292 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config); in TEST()
332 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config); in TEST()
415 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config); in TEST()
594 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config1); in TEST()
1678 uidMap, /* queue */ nullptr, std::make_shared<LogEventFilter>()); in TEST()
2207 const LogEventFilter::AtomIdSet atomIdsList = CreateAtomIdSetFromConfig(config); in TEST_F()
/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.h42 const std::shared_ptr<LogEventFilter>& logEventFilter);
68 const LogEventFilter& filter);
85 const LogEventFilter& filter);
92 std::shared_ptr<LogEventFilter> mLogEventFilter;
102 friend void generateAtomLogging(LogEventQueue& queue, const LogEventFilter& filter,
DStatsSocketListener.cpp45 const std::shared_ptr<LogEventFilter>& logEventFilter) in StatsSocketListener()
127 const LogEventFilter& filter) { in processSocketMessage()
181 const LogEventFilter& filter) { in processStatsEventBuffer()
DLogEventFilter.h126 typedef LogEventFilterGeneric<std::unordered_set<int>> LogEventFilter; typedef
/packages/modules/StatsD/statsd/fuzzers/
Dstatsd_service_fuzzer.cpp29 std::shared_ptr<LogEventFilter> logEventFilter = std::make_shared<LogEventFilter>(); in LLVMFuzzerTestOneInput()
Dstatsd_socket_data_fuzzer.cpp25 LogEventFilter filter; in fuzzSocket()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriber.h60 const std::shared_ptr<LogEventFilter>& logEventFilter) in ShellSubscriber()
100 std::shared_ptr<LogEventFilter> mLogEventFilter;
DShellSubscriberClient.h97 void addAllAtomIds(LogEventFilter::AtomIdSet& allAtomIds) const;
DShellSubscriber.cpp202 LogEventFilter::AtomIdSet allAtomIds; in updateLogEventFilterLocked()
DShellSubscriberClient.cpp375 void ShellSubscriberClient::addAllAtomIds(LogEventFilter::AtomIdSet& allAtomIds) const { in addAllAtomIds()
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp163 new ShellSubscriber(uidMap, pullerManager, std::make_shared<LogEventFilter>()); in runShellTest()
273 LogEventFilter::AtomIdSet tagIds; in SetUp()
319 LogEventFilter::AtomIdSet CreateAtomIdSetFromShellSubscriptionBytes(const vector<uint8_t>& bytes) { in CreateAtomIdSetFromShellSubscriptionBytes()
320 LogEventFilter::AtomIdSet result; in CreateAtomIdSetFromShellSubscriptionBytes()
337 LogEventFilter::AtomIdSet tagIds; in TEST_F()
370 LogEventFilter::AtomIdSet tagIds; in TEST_F()
532 LogEventFilter::AtomIdSet idSetEmpty; in TEST_F()
583 LogEventFilter::AtomIdSet idSetEmpty; in TEST_F()
817 new ShellSubscriber(uidMap, pullerManager, std::make_shared<LogEventFilter>()); in TEST()
841 new ShellSubscriber(uidMap, pullerManager, std::make_shared<LogEventFilter>()); in TEST()
[all …]
/packages/modules/StatsD/statsd/src/
Dmain.cpp98 std::shared_ptr<LogEventFilter> logEventFilter = std::make_shared<LogEventFilter>(); in main()
DStatsLogProcessor.h48 const std::shared_ptr<LogEventFilter>& logEventFilter);
173 static LogEventFilter::AtomIdSet getDefaultAtomIdSet();
225 std::shared_ptr<LogEventFilter> mLogEventFilter;
DStatsService.h62 const std::shared_ptr<LogEventFilter>& logEventFilter);
471 std::shared_ptr<LogEventFilter> mLogEventFilter;
DStatsLogProcessor.cpp101 const std::shared_ptr<LogEventFilter>& logEventFilter) in StatsLogProcessor()
1501 LogEventFilter::AtomIdSet StatsLogProcessor::getDefaultAtomIdSet() { in getDefaultAtomIdSet()
1505 LogEventFilter::AtomIdSet allAtomIds{ in getDefaultAtomIdSet()
1514 LogEventFilter::AtomIdSet allAtomIds = getDefaultAtomIdSet(); in updateLogEventFilterLocked()
/packages/modules/StatsD/statsd/benchmark/
Dlog_event_filter_benchmark.cpp82 LogEventFilter eventFilter; in BM_LogEventFilterUnorderedSet()
95 LogEventFilter eventFilter; in BM_LogEventFilterUnorderedSet2Consumers()
/packages/modules/StatsD/statsd/src/state/
DStateManager.h88 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
DStateManager.cpp112 void StateManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()
/packages/modules/StatsD/statsd/tests/log_event/
DLogEventQueue_test.cpp122 LogEventFilter filter; in TEST()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.h185 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;

12