Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp68 status_t WatchdogInternalHandler::dump(int fd, const Vector<String16>& args) { in dump()
72 void WatchdogInternalHandler::checkAndRegisterIoOveruseMonitor() { in checkAndRegisterIoOveruseMonitor()
84 Status WatchdogInternalHandler::registerCarWatchdogService( in registerCarWatchdogService()
102 Status WatchdogInternalHandler::unregisterCarWatchdogService( in unregisterCarWatchdogService()
114 Status WatchdogInternalHandler::registerMonitor(const sp<aawi::ICarWatchdogMonitor>& monitor) { in registerMonitor()
125 Status WatchdogInternalHandler::unregisterMonitor(const sp<aawi::ICarWatchdogMonitor>& monitor) { in unregisterMonitor()
136 Status WatchdogInternalHandler::tellCarWatchdogServiceAlive( in tellCarWatchdogServiceAlive()
149 Status WatchdogInternalHandler::tellDumpFinished( in tellDumpFinished()
161 Status WatchdogInternalHandler::notifySystemStateChange(aawi::StateType type, int32_t arg1, in notifySystemStateChange()
206 Status WatchdogInternalHandler::handlePowerCycleChange(PowerCycle powerCycle) { in handlePowerCycleChange()
[all …]
DWatchdogInternalHandler.h44 class WatchdogInternalHandler : public android::automotive::watchdog::internal::BnCarWatchdog {
46 explicit WatchdogInternalHandler( in WatchdogInternalHandler() function
57 ~WatchdogInternalHandler() { terminate(); } in ~WatchdogInternalHandler()
DWatchdogBinderMediator.h121 android::sp<WatchdogInternalHandler> mWatchdogInternalHandler;
DWatchdogBinderMediator.cpp94 sp<WatchdogInternalHandler>::make(this, watchdogServiceHelper, in WatchdogBinderMediator()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp114 sp<WatchdogInternalHandler>::make(mMockWatchdogBinderMediator, in SetUp()
139 sp<WatchdogInternalHandler> mWatchdogInternalHandler;
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp172 "src/WatchdogInternalHandler.cpp",