Home
last modified time | relevance | path

Searched refs:mWatchdogPerfService (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp86 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()
DWatchdogInternalHandler.h55 mWatchdogPerfService(watchdogPerfService), in WatchdogInternalHandler()
102 mWatchdogPerfService.clear(); in terminate()
115 android::sp<WatchdogPerfServiceInterface> mWatchdogPerfService; variable
DWatchdogInternalHandler.cpp76 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()
DWatchdogBinderMediator.h106 mWatchdogPerfService.clear(); in terminate()
119 android::sp<WatchdogPerfServiceInterface> mWatchdogPerfService; variable
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp131 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()
DWatchdogInternalHandlerTest.cpp147 ASSERT_NE(mWatchdogInternalHandler->mWatchdogPerfService, nullptr); in TEST_F()
155 ASSERT_EQ(mWatchdogInternalHandler->mWatchdogPerfService, nullptr); in TEST_F()