Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp538 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F()
553 onCustomCollection(_, SystemState::NORMAL_MODE, _, Eq(mMockUidStatsCollector), in TEST_F()
587 onCustomCollection(_, SystemState::NORMAL_MODE, _, Eq(mMockUidStatsCollector), in TEST_F()
611 ASSERT_RESULT_OK(mService->onCustomCollection(customDump.fd, secondArgs, /*numArgs=*/1)); in TEST_F()
769 ASSERT_RESULT_OK(mService->onCustomCollection(-1, args, /*numArgs=*/7)); in TEST_F()
778 onCustomCollection(_, SystemState::NORMAL_MODE, in TEST_F()
827 onCustomCollection(_, SystemState::NORMAL_MODE, in TEST_F()
843 ASSERT_RESULT_OK(mService->onCustomCollection(-1, args, /*numArgs=*/7)); in TEST_F()
1323 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F()
1328 onCustomCollection(_, SystemState::NORMAL_MODE, _, Eq(mMockUidStatsCollector), in TEST_F()
[all …]
DMockWatchdogPerfService.h50 MOCK_METHOD(android::base::Result<void>, onCustomCollection, (int fd, const char**, uint32_t),
DMockDataProcessor.h56 MOCK_METHOD(android::base::Result<void>, onCustomCollection,
DPerformanceProfilerTest.cpp1639 ASSERT_RESULT_OK(mCollector->onCustomCollection(getNowMillis(), SystemState::NORMAL_MODE, {}, in TEST_F()
1675 ASSERT_RESULT_OK(mCollector->onCustomCollection(getNowMillis(), SystemState::NORMAL_MODE, in TEST_F()
1992 ASSERT_RESULT_OK(mCollector->onCustomCollection(getNowMillis(), SystemState::NORMAL_MODE, {}, in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.h131 virtual android::base::Result<void> onCustomCollection(
246 virtual android::base::Result<void> onCustomCollection(int fd, const char** args,
308 android::base::Result<void> onCustomCollection(int fd, const char** args,
DIoOveruseMonitor.h172 android::base::Result<void> onCustomCollection(
DPerformanceProfiler.h284 android::base::Result<void> onCustomCollection(
DWatchdogPerfService.cpp499 Result<void> WatchdogPerfService::onCustomCollection(int fd, const char** args, uint32_t numArgs) { in onCustomCollection() function in android::automotive::watchdog::WatchdogPerfService
930 result = processor->onCustomCollection(now, mSystemState, metadata->filterPackages, in collectLocked()
DWatchdogInternalHandler.cpp104 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args, numArgs); in dump()
DIoOveruseMonitor.cpp400 Result<void> IoOveruseMonitor::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::IoOveruseMonitor
DPerformanceProfiler.cpp1102 Result<void> PerformanceProfiler::onCustomCollection( in onCustomCollection() function in android::automotive::watchdog::PerformanceProfiler