Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp313 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 …]
DMockWatchdogPerfService.h41 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
DMockDataProcessor.h43 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
DWatchdogBinderMediatorTest.cpp186 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
195 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F()
DIoPerfCollectionTest.cpp396 ASSERT_RESULT_OK(collector->onCustomCollection(now, SystemState::NORMAL_MODE, in TEST()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.h93 virtual android::base::Result<void> onCustomCollection(
170 virtual android::base::Result<void> onCustomCollection(
207 android::base::Result<void> onCustomCollection(int fd,
DIoPerfCollection.h145 android::base::Result<void> onCustomCollection(
DWatchdogPerfService.cpp298 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()
DIoOveruseMonitor.h130 android::base::Result<void> onCustomCollection(
DWatchdogBinderMediator.cpp144 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args); !result.ok()) { in dump()
DIoOveruseMonitor.cpp320 Result<void> IoOveruseMonitor::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::IoOveruseMonitor
DIoPerfCollection.cpp379 Result<void> IoPerfCollection::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::IoPerfCollection