Searched refs:WatchdogServiceHelper (Results 1 – 5 of 5) sorted by relevance
62 WatchdogServiceHelper::WatchdogServiceHelper() : in WatchdogServiceHelper() function in android::automotive::watchdog::WatchdogServiceHelper69 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 …]
92 class WatchdogServiceHelper final : public WatchdogServiceHelperInterface {94 WatchdogServiceHelper();
53 mWatchdogServiceHelper = sp<WatchdogServiceHelper>::make(); in startServices()
73 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()
266 "src/WatchdogServiceHelper.cpp",