Searched refs:WatchdogInternalHandler (Results 1 – 5 of 5) sorted by relevance
94 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 …]
60 class WatchdogInternalHandler final : public WatchdogInternalHandlerInterface {62 WatchdogInternalHandler( in WatchdogInternalHandler() function72 ~WatchdogInternalHandler() { terminate(); } in ~WatchdogInternalHandler()
100 SharedRefBase::make<WatchdogInternalHandler>(watchdogServiceHelper, in WatchdogBinderMediator()
124 explicit WatchdogInternalHandlerPeer(WatchdogInternalHandler* handler) : mHandler(handler) {} in WatchdogInternalHandlerPeer()132 WatchdogInternalHandler* mHandler;145 SharedRefBase::make<WatchdogInternalHandler>(mMockWatchdogServiceHelper, in SetUp()173 std::shared_ptr<WatchdogInternalHandler> mWatchdogInternalHandler;
265 "src/WatchdogInternalHandler.cpp",