Home
last modified time | relevance | path

Searched refs:onLogEvent (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/cmds/statsd/src/matchers/
DCombinationLogMatchingTracker.cpp93 void CombinationLogMatchingTracker::onLogEvent(const LogEvent& event, in onLogEvent() function in android::os::statsd::CombinationLogMatchingTracker
110 child->onLogEvent(event, allTrackers, matcherResults); in onLogEvent()
DEventMatcherWizard.cpp29 mAllEventMatchers[matcher_index]->onLogEvent(event, mAllEventMatchers, matcherCache); in matchLogEvent()
DCombinationLogMatchingTracker.h40 void onLogEvent(const LogEvent& event,
DSimpleLogMatchingTracker.h43 void onLogEvent(const LogEvent& event,
DLogMatchingTracker.h61 virtual void onLogEvent(const LogEvent& event,
DSimpleLogMatchingTracker.cpp53 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/
DNetworkWatchlistServiceTests.java67 onLogEvent(); in handleMessage()
77 public void onLogEvent() {} in onLogEvent() method in NetworkWatchlistServiceTests.TestHandler
/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.h72 void onLogEvent(const LogEvent& event);
DShellSubscriber.cpp198 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriber
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp348 void MetricsManager::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::MetricsManager
391 matcher->onLogEvent(event, mAllAtomMatchers, matcherCache); in onLogEvent()
DMetricsManager.h55 void onLogEvent(const LogEvent& event);
/frameworks/base/cmds/statsd/tests/shell/
DShellSubscriber_test.cpp97 shellClient->onLogEvent(*event); in runShellTest()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp223 mShellSubscriber->onLogEvent(*event); in readLogs()
1129 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
DStatsLogProcessor.cpp240 pair.second->onLogEvent(*event); in OnLogEvent()