Home
last modified time | relevance | path

Searched refs:IoPerfCollection (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoPerfCollection.cpp327 Result<void> IoPerfCollection::init() { in init()
353 void IoPerfCollection::terminate() { in terminate()
368 Result<void> IoPerfCollection::onDump(int fd) const { in onDump()
384 Result<void> IoPerfCollection::onCustomCollectionDump(int fd) { in onCustomCollectionDump()
405 Result<void> IoPerfCollection::onBoottimeCollection( in onBoottimeCollection()
419 Result<void> IoPerfCollection::onPeriodicCollection(
433 Result<void> IoPerfCollection::onCustomCollection(
447 Result<void> IoPerfCollection::processLocked( in processLocked()
466 void IoPerfCollection::processUidStatsLocked( in processUidStatsLocked()
535 void IoPerfCollection::processProcStatLocked(const sp<ProcStat>& procStat, in processProcStatLocked()
H A DIoPerfCollection.h126 class IoPerfCollection : public IDataProcessorInterface {
128 IoPerfCollection() : in IoPerfCollection() function
136 ~IoPerfCollection() { terminate(); } in ~IoPerfCollection()
H A DServiceManager.cpp98 if (const auto result = service->registerDataProcessor(sp<IoPerfCollection>::make()); in startPerfService()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoPerfCollectionTest.cpp361 explicit IoPerfCollectionPeer(sp<IoPerfCollection> collector) : mCollector(collector) {} in IoPerfCollectionPeer()
391 sp<IoPerfCollection> mCollector;
401 mCollector = sp<IoPerfCollection>::make(); in SetUp()
444 sp<IoPerfCollection> mCollector;
/aosp12/packages/services/Car/cpp/watchdog/server/
H A DAndroid.bp83 "src/IoPerfCollection.cpp",