Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp62 WatchdogServiceHelper::WatchdogServiceHelper() : in WatchdogServiceHelper() function in android::automotive::watchdog::WatchdogServiceHelper
69 Result<void> WatchdogServiceHelper::init( in init()
78 ScopedAStatus WatchdogServiceHelper::registerService( in registerService()
124 ScopedAStatus WatchdogServiceHelper::unregisterService( in unregisterService()
144 void WatchdogServiceHelper::handleBinderDeath(void* cookie) { in handleBinderDeath()
158 void WatchdogServiceHelper::terminate() { in terminate()
164 ScopedAStatus WatchdogServiceHelper::checkIfAlive(const SpAIBinder& who, int32_t sessionId, in checkIfAlive()
181 ScopedAStatus WatchdogServiceHelper::prepareProcessTermination(const SpAIBinder& who) { in prepareProcessTermination()
219 void WatchdogServiceHelper::unregisterServiceLocked(bool doUnregisterFromProcessService) { in unregisterServiceLocked()
231 ScopedAStatus WatchdogServiceHelper::getPackageInfosForUids( in getPackageInfosForUids()
[all …]
DWatchdogServiceHelper.h92 class WatchdogServiceHelper final : public WatchdogServiceHelperInterface {
94 WatchdogServiceHelper();
DServiceManager.cpp53 mWatchdogServiceHelper = sp<WatchdogServiceHelper>::make(); in startServices()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp73 explicit WatchdogServiceHelperPeer(const sp<WatchdogServiceHelper>& helper) : mHelper(helper) {} in WatchdogServiceHelperPeer()
86 sp<WatchdogServiceHelper> mHelper;
96 mWatchdogServiceHelper = sp<WatchdogServiceHelper>::make(); in SetUp()
162 sp<WatchdogServiceHelper> mWatchdogServiceHelper;
170 sp<WatchdogServiceHelper> helper = sp<WatchdogServiceHelper>::make(); in TEST_F()
178 sp<WatchdogServiceHelper> helper = sp<WatchdogServiceHelper>::make(); in TEST_F()
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp266 "src/WatchdogServiceHelper.cpp",