/packages/modules/StatsD/statsd/tests/ |
D | LogEventFilter_test.cpp | 32 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 …]
|
D | SocketListener_test.cpp | 58 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()
|
D | StatsService_test.cpp | 70 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()
|
D | UidMap_test.cpp | 133 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()
|
D | statsd_test_util.h | 91 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);
|
D | StatsLogProcessor_test.cpp | 93 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/ |
D | StatsSocketListener.h | 42 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,
|
D | StatsSocketListener.cpp | 45 const std::shared_ptr<LogEventFilter>& logEventFilter) in StatsSocketListener() 127 const LogEventFilter& filter) { in processSocketMessage() 181 const LogEventFilter& filter) { in processStatsEventBuffer()
|
D | LogEventFilter.h | 126 typedef LogEventFilterGeneric<std::unordered_set<int>> LogEventFilter; typedef
|
/packages/modules/StatsD/statsd/fuzzers/ |
D | statsd_service_fuzzer.cpp | 29 std::shared_ptr<LogEventFilter> logEventFilter = std::make_shared<LogEventFilter>(); in LLVMFuzzerTestOneInput()
|
D | statsd_socket_data_fuzzer.cpp | 25 LogEventFilter filter; in fuzzSocket()
|
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriber.h | 60 const std::shared_ptr<LogEventFilter>& logEventFilter) in ShellSubscriber() 100 std::shared_ptr<LogEventFilter> mLogEventFilter;
|
D | ShellSubscriberClient.h | 97 void addAllAtomIds(LogEventFilter::AtomIdSet& allAtomIds) const;
|
D | ShellSubscriber.cpp | 202 LogEventFilter::AtomIdSet allAtomIds; in updateLogEventFilterLocked()
|
D | ShellSubscriberClient.cpp | 375 void ShellSubscriberClient::addAllAtomIds(LogEventFilter::AtomIdSet& allAtomIds) const { in addAllAtomIds()
|
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 163 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/ |
D | main.cpp | 98 std::shared_ptr<LogEventFilter> logEventFilter = std::make_shared<LogEventFilter>(); in main()
|
D | StatsLogProcessor.h | 48 const std::shared_ptr<LogEventFilter>& logEventFilter); 173 static LogEventFilter::AtomIdSet getDefaultAtomIdSet(); 225 std::shared_ptr<LogEventFilter> mLogEventFilter;
|
D | StatsService.h | 62 const std::shared_ptr<LogEventFilter>& logEventFilter); 471 std::shared_ptr<LogEventFilter> mLogEventFilter;
|
D | StatsLogProcessor.cpp | 101 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/ |
D | log_event_filter_benchmark.cpp | 82 LogEventFilter eventFilter; in BM_LogEventFilterUnorderedSet() 95 LogEventFilter eventFilter; in BM_LogEventFilterUnorderedSet2Consumers()
|
/packages/modules/StatsD/statsd/src/state/ |
D | StateManager.h | 88 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
|
D | StateManager.cpp | 112 void StateManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()
|
/packages/modules/StatsD/statsd/tests/log_event/ |
D | LogEventQueue_test.cpp | 122 LogEventFilter filter; in TEST()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricsManager.h | 185 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
|