Home
last modified time | relevance | path

Searched refs:IWatchdogServiceHelper (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DPackageInfoResolver.h62 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper) = 0;
115 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper);
144 android::sp<IWatchdogServiceHelper> mWatchdogServiceHelper GUARDED_BY(mRWMutex);
H A DWatchdogProcessService.h45 class IWatchdogServiceHelper; variable
59 const android::sp<IWatchdogServiceHelper>& helper);
97 ClientInfo(const android::sp<IWatchdogServiceHelper>& helper, in ClientInfo()
127 android::sp<IWatchdogServiceHelper> watchdogServiceHelper = nullptr;
248 android::sp<IWatchdogServiceHelper> mWatchdogServiceHelper GUARDED_BY(mMutex);
H A DWatchdogInternalHandler.h47 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper, in WatchdogInternalHandler()
112 android::sp<IWatchdogServiceHelper> mWatchdogServiceHelper;
H A DWatchdogServiceHelper.h48 class IWatchdogServiceHelper : public android::IBinder::DeathRecipient {
89 class WatchdogServiceHelper final : public IWatchdogServiceHelper {
H A DServiceManager.h47 static android::sp<IWatchdogServiceHelper> sWatchdogServiceHelper;
H A DIoOveruseMonitor.h103 explicit IoOveruseMonitor(const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper);
235 android::sp<IWatchdogServiceHelper> mWatchdogServiceHelper;
H A DServiceManager.cpp35 sp<IWatchdogServiceHelper> ServiceManager::sWatchdogServiceHelper = nullptr;
H A DWatchdogBinderMediator.h61 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper,
H A DPackageInfoResolver.cpp112 const sp<IWatchdogServiceHelper>& watchdogServiceHelper) { in initWatchdogServiceHelper()
H A DWatchdogBinderMediator.cpp83 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper, in WatchdogBinderMediator()
H A DIoOveruseMonitor.cpp162 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper) : in IoOveruseMonitor()
H A DWatchdogProcessService.cpp151 const sp<IWatchdogServiceHelper>& helper) { in registerWatchdogServiceHelper()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DMockPackageInfoResolver.h36 (const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper), (override));
H A DMockWatchdogServiceHelper.h35 class MockWatchdogServiceHelper : public IWatchdogServiceHelper {
H A DMockWatchdogProcessService.h46 (const android::sp<IWatchdogServiceHelper>&), (override));
H A DWatchdogServiceHelperTest.cpp157 .WillOnce([](const sp<IWatchdogServiceHelper>&) -> Result<void> { in TEST_F() argument
H A DWatchdogInternalHandlerTest.cpp64 const android::sp<IWatchdogServiceHelper>& watchdogServiceHelper) : in MockWatchdogBinderMediator()