Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp94 binder_status_t WatchdogInternalHandler::dump(int fd, const char** args, uint32_t numArgs) { in dump()
152 status_t WatchdogInternalHandler::dumpServices(int fd) { in dumpServices()
165 status_t WatchdogInternalHandler::dumpProto(int fd) { in dumpProto()
178 status_t WatchdogInternalHandler::dumpHelpText(const int fd, const std::string& errorMsg) { in dumpHelpText()
194 void WatchdogInternalHandler::checkAndRegisterIoOveruseMonitor() { in checkAndRegisterIoOveruseMonitor()
206 ScopedAStatus WatchdogInternalHandler::registerCarWatchdogService( in registerCarWatchdogService()
228 ScopedAStatus WatchdogInternalHandler::unregisterCarWatchdogService( in unregisterCarWatchdogService()
240 ScopedAStatus WatchdogInternalHandler::registerMonitor( in registerMonitor()
251 ScopedAStatus WatchdogInternalHandler::unregisterMonitor( in unregisterMonitor()
262 ScopedAStatus WatchdogInternalHandler::tellCarWatchdogServiceAlive( in tellCarWatchdogServiceAlive()
[all …]
DWatchdogInternalHandler.h60 class WatchdogInternalHandler final : public WatchdogInternalHandlerInterface {
62 WatchdogInternalHandler( in WatchdogInternalHandler() function
72 ~WatchdogInternalHandler() { terminate(); } in ~WatchdogInternalHandler()
DWatchdogBinderMediator.cpp100 SharedRefBase::make<WatchdogInternalHandler>(watchdogServiceHelper, in WatchdogBinderMediator()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp124 explicit WatchdogInternalHandlerPeer(WatchdogInternalHandler* handler) : mHandler(handler) {} in WatchdogInternalHandlerPeer()
132 WatchdogInternalHandler* mHandler;
145 SharedRefBase::make<WatchdogInternalHandler>(mMockWatchdogServiceHelper, in SetUp()
173 std::shared_ptr<WatchdogInternalHandler> mWatchdogInternalHandler;
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp265 "src/WatchdogInternalHandler.cpp",