Home
last modified time | relevance | path

Searched refs:startWatchdogProcessService (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/stable_server/src/
DServiceManager.cpp51 if (auto result = startWatchdogProcessService(mainLooper); !result.ok()) { in startServices()
107 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService() function in android::automotive::watchdog::ServiceManager
DServiceManager.h85 android::base::Result<void> startWatchdogProcessService(const android::sp<Looper>& mainLooper);
/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.cpp51 if (auto result = startWatchdogProcessService(mainLooper); !result.ok()) { in startServices()
107 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService() function in android::automotive::watchdog::ServiceManager
DServiceManager.h85 android::base::Result<void> startWatchdogProcessService(const android::sp<Looper>& mainLooper);