Home
last modified time | relevance | path

Searched defs:PullInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.h45 struct PullInfo { struct
49 const SimpleAtomMatcher mPullerMatcher;
50 const int64_t mIntervalMs;
51 int64_t mPrevPullElapsedRealtimeMs;
52 const std::vector<std::string> mPullPackages;
53 const std::vector<int32_t> mPullUids;
DShellSubscriberClient.cpp85 ShellSubscriberClient::PullInfo::PullInfo(const SimpleAtomMatcher& matcher, int64_t startTimeMs, in PullInfo() function in android::os::statsd::ShellSubscriberClient::PullInfo