Searched refs:onCustomCollection (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | WatchdogPerfServiceTest.cpp | 298 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 D | MockWatchdogPerfService.h | 41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
|
H A D | MockDataProcessor.h | 41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
|
H A D | WatchdogBinderMediatorTest.cpp | 186 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F() 195 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
|
H A D | IoPerfCollectionTest.cpp | 516 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 D | WatchdogPerfService.h | 93 virtual android::base::Result<void> onCustomCollection( 170 virtual android::base::Result<void> onCustomCollection( 206 android::base::Result<void> onCustomCollection(int fd,
|
H A D | IoPerfCollection.h | 150 android::base::Result<void> onCustomCollection(
|
H A D | IoOveruseMonitor.h | 128 android::base::Result<void> onCustomCollection(
|
H A D | WatchdogPerfService.cpp | 298 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 D | WatchdogBinderMediator.cpp | 144 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args); !result.ok()) { in dump()
|
H A D | IoPerfCollection.cpp | 433 Result<void> IoPerfCollection::onCustomCollection(
|
H A D | IoOveruseMonitor.cpp | 365 Result<void> IoOveruseMonitor::onCustomCollection(
|