Home
last modified time | relevance | path

Searched refs:WatchdogServiceHelperInterface (Results 1 – 19 of 19) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.h73 const android::sp<WatchdogServiceHelperInterface>& getWatchdogServiceHelper() { in getWatchdogServiceHelper()
89 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
94 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper;
DPackageInfoResolver.h67 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) = 0;
104 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
171 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper GUARDED_BY(mRWMutex);
DWatchdogProcessService.h59 class WatchdogServiceHelperInterface; variable
78 const android::sp<WatchdogServiceHelperInterface>& helper) = 0;
136 const android::sp<WatchdogServiceHelperInterface>& helper) override;
183 ClientInfo(const android::sp<WatchdogServiceHelperInterface>& helper, in ClientInfo()
208 const android::sp<WatchdogServiceHelperInterface> kWatchdogServiceHelper;
272 const sp<WatchdogServiceHelperInterface> getWatchdogServiceHelperLocked();
DWatchdogInternalHandler.h63 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogInternalHandler()
146 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper;
DWatchdogServiceHelper.h50 class WatchdogServiceHelperInterface : virtual public android::RefBase {
92 class WatchdogServiceHelper final : public WatchdogServiceHelperInterface {
DWatchdogBinderMediator.h73 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper,
142 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper;
DIoOveruseMonitor.h117 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper);
286 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper;
DWatchdogPerfService.h259 WatchdogPerfService(const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogPerfService()
466 android::sp<WatchdogServiceHelperInterface> mWatchdogServiceHelper GUARDED_BY(mMutex);
DServiceManager.cpp127 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) { in startWatchdogPerfService()
DWatchdogBinderMediator.cpp87 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper, in WatchdogBinderMediator()
DWatchdogServiceHelper.cpp98 sp<WatchdogServiceHelperInterface>:: in registerService()
DPackageInfoResolver.cpp120 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) { in initWatchdogServiceHelper()
DWatchdogProcessService.cpp310 const SpAIBinder& binder, const sp<WatchdogServiceHelperInterface>& helper) { in registerCarWatchdogService()
1167 const sp<WatchdogServiceHelperInterface> WatchdogProcessService::getWatchdogServiceHelperLocked() { in getWatchdogServiceHelperLocked()
1183 sp<WatchdogServiceHelperInterface> serviceHelper; in cacheVhalProcessIdentifier()
DIoOveruseMonitor.cpp181 const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) : in IoOveruseMonitor()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp198 auto serviceHelperInterface = sp<WatchdogServiceHelperInterface>(mWatchdogServiceHelper); in TEST_F()
219 auto serviceHelperInterface = sp<WatchdogServiceHelperInterface>(mWatchdogServiceHelper); in TEST_F()
234 auto serviceHelperInterface = sp<WatchdogServiceHelperInterface>(mWatchdogServiceHelper); in TEST_F()
248 auto serviceHelperInterface = sp<WatchdogServiceHelperInterface>(mWatchdogServiceHelper); in TEST_F()
DMockPackageInfoResolver.h36 (const android::sp<WatchdogServiceHelperInterface>& watchdogServiceHelper),
DMockWatchdogServiceHelper.h35 class MockWatchdogServiceHelper : public WatchdogServiceHelperInterface {
DMockWatchdogProcessService.h59 (const ndk::SpAIBinder&, const android::sp<WatchdogServiceHelperInterface>&),
DPackageInfoResolverTest.cpp85 const sp<WatchdogServiceHelperInterface>& watchdogServiceHelper) { in initWatchdogServiceHelper()