Searched refs:mWatchdogPerfService (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 86 mWatchdogPerfService(watchdogPerfService), in WatchdogBinderMediator() 95 mWatchdogProcessService, mWatchdogPerfService, in WatchdogBinderMediator() 101 if (mWatchdogProcessService == nullptr || mWatchdogPerfService == nullptr || in init() 108 if (mWatchdogPerfService == nullptr) { in init() 144 if (auto result = mWatchdogPerfService->onCustomCollection(fd, args); !result.ok()) { in dump() 182 if (auto result = mWatchdogPerfService->onDump(fd); !result.ok()) { in dumpServices() 198 !mWatchdogPerfService->dumpHelpText(fd) || !mIoOveruseMonitor->dumpHelpText(fd)) { in dumpHelpText()
|
D | WatchdogInternalHandler.h | 55 mWatchdogPerfService(watchdogPerfService), in WatchdogInternalHandler() 102 mWatchdogPerfService.clear(); in terminate() 115 android::sp<WatchdogPerfServiceInterface> mWatchdogPerfService; variable
|
D | WatchdogInternalHandler.cpp | 76 if (const auto result = mWatchdogPerfService->registerDataProcessor(mIoOveruseMonitor); in checkAndRegisterIoOveruseMonitor() 178 mWatchdogPerfService->setSystemState(garageMode == GarageMode::GARAGE_MODE_OFF in notifySystemStateChange() 195 if (const auto result = mWatchdogPerfService->onBootFinished(); !result.ok()) { in notifySystemStateChange()
|
D | WatchdogBinderMediator.h | 106 mWatchdogPerfService.clear(); in terminate() 119 android::sp<WatchdogPerfServiceInterface> mWatchdogPerfService; variable
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogBinderMediatorTest.cpp | 131 ASSERT_NE(mediator->mWatchdogPerfService, nullptr); in TEST_F() 167 EXPECT_NE(mWatchdogBinderMediator->mWatchdogPerfService, nullptr); in TEST_F() 174 EXPECT_EQ(mWatchdogBinderMediator->mWatchdogPerfService, nullptr); in TEST_F()
|
D | WatchdogInternalHandlerTest.cpp | 147 ASSERT_NE(mWatchdogInternalHandler->mWatchdogPerfService, nullptr); in TEST_F() 155 ASSERT_EQ(mWatchdogInternalHandler->mWatchdogPerfService, nullptr); in TEST_F()
|