Home
last modified time | relevance | path

Searched refs:onCustomCollection (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp298 ASSERT_RESULT_OK(service->onCustomCollection(-1, args)); in TEST()
303 onCustomCollection(_, SystemState::NORMAL_MODE, _, uidStatsCollector, procStat)) in TEST()
318 onCustomCollection(_, SystemState::NORMAL_MODE, _, uidStatsCollector, procStat)) in TEST()
340 ASSERT_RESULT_OK(service->onCustomCollection(customDump.fd, args)); in TEST()
460 ASSERT_RESULT_OK(service->onCustomCollection(-1, args)); in TEST()
469 onCustomCollection(_, SystemState::NORMAL_MODE, in TEST()
593 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST()
599 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST()
605 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST()
611 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST()
[all …]
H A DMockWatchdogPerfService.h41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
H A DMockDataProcessor.h41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
H A DWatchdogBinderMediatorTest.cpp186 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
195 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
H A DIoPerfCollectionTest.cpp516 ASSERT_RESULT_OK(mCollector->onCustomCollection(now, SystemState::NORMAL_MODE, {}, in TEST_F()
559 ASSERT_RESULT_OK(mCollector->onCustomCollection(now, SystemState::NORMAL_MODE, in TEST_F()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.h93 virtual android::base::Result<void> onCustomCollection(
170 virtual android::base::Result<void> onCustomCollection(
206 android::base::Result<void> onCustomCollection(int fd,
H A DIoPerfCollection.h150 android::base::Result<void> onCustomCollection(
H A DIoOveruseMonitor.h128 android::base::Result<void> onCustomCollection(
H A DWatchdogPerfService.cpp298 Result<void> WatchdogPerfService::onCustomCollection(int fd, const Vector<String16>& args) { in onCustomCollection() function in android::automotive::watchdog::WatchdogPerfService
645 result = processor->onCustomCollection(now, mSystemState, metadata->filterPackages, in collectLocked()
H A DWatchdogBinderMediator.cpp144 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args); !result.ok()) { in dump()
H A DIoPerfCollection.cpp433 Result<void> IoPerfCollection::onCustomCollection(
H A DIoOveruseMonitor.cpp365 Result<void> IoOveruseMonitor::onCustomCollection(