Searched refs:pullerMgr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriberClient.h | 59 const sp<StatsPullerManager>& pullerMgr); 64 const sp<UidMap>& uidMap, const sp<StatsPullerManager>& pullerMgr); 72 const sp<StatsPullerManager>& pullerMgr);
|
D | ShellSubscriberClient.cpp | 96 const sp<UidMap>& uidMap, const sp<StatsPullerManager>& pullerMgr) in ShellSubscriberClient() argument 99 mPullerMgr(pullerMgr), in ShellSubscriberClient() 111 const sp<StatsPullerManager>& pullerMgr) { in create() argument 141 readConfigResult->pullInfo, timeoutSec, startTimeSec, uidMap, pullerMgr); in create() 147 const sp<UidMap>& uidMap, const sp<StatsPullerManager>& pullerMgr) { in create() argument 173 /*timeoutSec=*/-1, startTimeSec, uidMap, pullerMgr); in create()
|
D | ShellSubscriber.h | 59 ShellSubscriber(const sp<UidMap>& uidMap, const sp<StatsPullerManager>& pullerMgr, in ShellSubscriber() argument 61 : mUidMap(uidMap), mPullerMgr(pullerMgr), mLogEventFilter(logEventFilter){}; in ShellSubscriber()
|