/frameworks/base/cmds/statsd/src/matchers/ |
D | CombinationLogMatchingTracker.cpp | 93 void CombinationLogMatchingTracker::onLogEvent(const LogEvent& event, in onLogEvent() function in android::os::statsd::CombinationLogMatchingTracker 110 child->onLogEvent(event, allTrackers, matcherResults); in onLogEvent()
|
D | EventMatcherWizard.cpp | 29 mAllEventMatchers[matcher_index]->onLogEvent(event, mAllEventMatchers, matcherCache); in matchLogEvent()
|
D | CombinationLogMatchingTracker.h | 40 void onLogEvent(const LogEvent& event,
|
D | SimpleLogMatchingTracker.h | 43 void onLogEvent(const LogEvent& event,
|
D | LogMatchingTracker.h | 61 virtual void onLogEvent(const LogEvent& event,
|
D | SimpleLogMatchingTracker.cpp | 53 void SimpleLogMatchingTracker::onLogEvent(const LogEvent& event, in onLogEvent() function in android::os::statsd::SimpleLogMatchingTracker
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
D | NetworkWatchlistServiceTests.java | 67 onLogEvent(); in handleMessage() 77 public void onLogEvent() {} in onLogEvent() method in NetworkWatchlistServiceTests.TestHandler
|
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.h | 72 void onLogEvent(const LogEvent& event);
|
D | ShellSubscriber.cpp | 198 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriber
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 348 void MetricsManager::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::MetricsManager 391 matcher->onLogEvent(event, mAllAtomMatchers, matcherCache); in onLogEvent()
|
D | MetricsManager.h | 55 void onLogEvent(const LogEvent& event);
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 97 shellClient->onLogEvent(*event); in runShellTest()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 223 mShellSubscriber->onLogEvent(*event); in readLogs() 1129 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
|
D | StatsLogProcessor.cpp | 240 pair.second->onLogEvent(*event); in OnLogEvent()
|