Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp230 WatchdogProcessService::WatchdogProcessService(const sp<Looper>& handlerLooper) : in WatchdogProcessService() function in android::automotive::watchdog::WatchdogProcessService
231 WatchdogProcessService(IVhalClient::tryCreate, kDefaultTryGetHidlServiceManager, in WatchdogProcessService()
235 WatchdogProcessService::WatchdogProcessService( in WatchdogProcessService() function in android::automotive::watchdog::WatchdogProcessService
279 WatchdogProcessService::~WatchdogProcessService() { in ~WatchdogProcessService()
283 ScopedAStatus WatchdogProcessService::registerClient( in registerClient()
299 ScopedAStatus WatchdogProcessService::unregisterClient( in unregisterClient()
309 ScopedAStatus WatchdogProcessService::registerCarWatchdogService( in registerCarWatchdogService()
339 void WatchdogProcessService::unregisterCarWatchdogService(const SpAIBinder& binder) { in unregisterCarWatchdogService()
346 ScopedAStatus WatchdogProcessService::registerMonitor( in registerMonitor()
388 ScopedAStatus WatchdogProcessService::unregisterMonitor( in unregisterMonitor()
[all …]
DWatchdogProcessService.h108 class WatchdogProcessService final : public WatchdogProcessServiceInterface {
110 explicit WatchdogProcessService(const android::sp<Looper>& handlerLooper);
111 WatchdogProcessService(
120 ~WatchdogProcessService();
176 const WatchdogProcessService& service) : in ClientInfo()
185 uint64_t startTimeMillis, const WatchdogProcessService& service) : in ClientInfo()
206 const WatchdogProcessService& kService;
225 explicit PropertyChangeListener(const android::sp<WatchdogProcessService>& service) : in PropertyChangeListener()
237 const android::sp<WatchdogProcessService> kService;
242 explicit MessageHandlerImpl(const android::sp<WatchdogProcessService>& service) : in MessageHandlerImpl()
[all …]
DServiceManager.cpp107 mWatchdogProcessService = sp<WatchdogProcessService>::make(mainLooper); in startWatchdogProcessService()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp107 explicit WatchdogProcessServicePeer(const sp<WatchdogProcessService>& watchdogProcessService) : in WatchdogProcessServicePeer()
137 WatchdogProcessService::ClientInfoMap clientInfoMap; in setWatchdogProcessServiceState()
138 WatchdogProcessService::ClientInfo clientInfo(nullptr, 1, 1, 1000, in setWatchdogProcessServiceState()
139 WatchdogProcessService(nullptr)); in setWatchdogProcessServiceState()
164 sp<WatchdogProcessService> mWatchdogProcessService;
205 sp<WatchdogProcessService>::make(kTryCreateVhalClientFunc, in startService()
318 sp<WatchdogProcessService> mWatchdogProcessService;
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp241 "src/WatchdogProcessService.cpp",