/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogPerfServiceTest.cpp | 313 ASSERT_RESULT_OK(service->onCustomCollection(-1, args)); in TEST() 319 onCustomCollection(_, SystemState::NORMAL_MODE, _, uidIoStats, procStat, in TEST() 336 onCustomCollection(_, SystemState::NORMAL_MODE, _, uidIoStats, procStat, in TEST() 359 ASSERT_RESULT_OK(service->onCustomCollection(customDump.fd, args)); in TEST() 481 ASSERT_RESULT_OK(service->onCustomCollection(-1, args)); in TEST() 491 onCustomCollection(_, SystemState::NORMAL_MODE, in TEST() 618 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST() 624 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST() 630 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST() 636 ASSERT_FALSE(service->onCustomCollection(-1, args).ok()); in TEST() [all …]
|
D | MockWatchdogPerfService.h | 41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
|
D | MockDataProcessor.h | 43 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
|
D | WatchdogBinderMediatorTest.cpp | 186 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F() 195 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
|
D | IoPerfCollectionTest.cpp | 396 ASSERT_RESULT_OK(collector->onCustomCollection(now, SystemState::NORMAL_MODE, in TEST()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogPerfService.h | 93 virtual android::base::Result<void> onCustomCollection( 170 virtual android::base::Result<void> onCustomCollection( 207 android::base::Result<void> onCustomCollection(int fd,
|
D | IoPerfCollection.h | 145 android::base::Result<void> onCustomCollection(
|
D | WatchdogPerfService.cpp | 298 Result<void> WatchdogPerfService::onCustomCollection(int fd, const Vector<String16>& args) { in onCustomCollection() function in android::automotive::watchdog::WatchdogPerfService 658 result = processor->onCustomCollection(now, mSystemState, metadata->filterPackages, in collectLocked()
|
D | IoOveruseMonitor.h | 130 android::base::Result<void> onCustomCollection(
|
D | WatchdogBinderMediator.cpp | 144 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args); !result.ok()) { in dump()
|
D | IoOveruseMonitor.cpp | 320 Result<void> IoOveruseMonitor::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::IoOveruseMonitor
|
D | IoPerfCollection.cpp | 379 Result<void> IoPerfCollection::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::IoPerfCollection
|