Searched refs:WatchdogBinderMediator (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 80 WatchdogBinderMediator::WatchdogBinderMediator( in WatchdogBinderMediator() function in android::automotive::watchdog::WatchdogBinderMediator 100 Result<void> WatchdogBinderMediator::init() { in init() 134 status_t WatchdogBinderMediator::dump(int fd, const Vector<String16>& args) { in dump() 177 status_t WatchdogBinderMediator::dumpServices(int fd, const Vector<String16>& args) { in dumpServices() 189 status_t WatchdogBinderMediator::dumpHelpText(const int fd, const std::string& errorMsg) { in dumpHelpText() 205 Status WatchdogBinderMediator::registerClient(const sp<ICarWatchdogClient>& client, in registerClient() 213 Status WatchdogBinderMediator::unregisterClient(const sp<ICarWatchdogClient>& client) { in unregisterClient() 220 Status WatchdogBinderMediator::tellClientAlive(const sp<ICarWatchdogClient>& client, in tellClientAlive() 228 Status WatchdogBinderMediator::addResourceOveruseListener( in addResourceOveruseListener() 251 Status WatchdogBinderMediator::removeResourceOveruseListener( in removeResourceOveruseListener() [all …]
|
D | WatchdogInternalHandler.h | 42 class WatchdogBinderMediator; variable 47 const android::sp<WatchdogBinderMediator>& binderMediator, in WatchdogInternalHandler() 112 android::sp<WatchdogBinderMediator> mBinderMediator; 118 friend class WatchdogBinderMediator; variable
|
D | WatchdogBinderMediator.h | 57 class WatchdogBinderMediator : public BnCarWatchdog { 59 WatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService, 65 ~WatchdogBinderMediator() { terminate(); } in ~WatchdogBinderMediator()
|
D | ServiceManager.cpp | 34 sp<WatchdogBinderMediator> ServiceManager::sWatchdogBinderMediator = nullptr; 112 sp<WatchdogBinderMediator>::make(sWatchdogProcessService, sWatchdogPerfService, in startBinderMediator()
|
D | ServiceManager.h | 46 static android::sp<WatchdogBinderMediator> sWatchdogBinderMediator;
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogBinderMediatorTest.cpp | 79 explicit WatchdogBinderMediatorPeer(const sp<WatchdogBinderMediator>& mediator) : in WatchdogBinderMediatorPeer() 89 sp<WatchdogBinderMediator> mMediator; 100 sp<WatchdogBinderMediator>::make(mMockWatchdogProcessService, in SetUp() 118 sp<WatchdogBinderMediator> mWatchdogBinderMediator; 122 sp<WatchdogBinderMediator> mediator = in TEST_F() 123 sp<WatchdogBinderMediator>::make(sp<MockWatchdogProcessService>::make(), in TEST_F() 140 sp<WatchdogBinderMediator> mediator = in TEST_F() 141 sp<WatchdogBinderMediator>::make(nullptr, mockWatchdogPerfservice, in TEST_F() 147 mediator = sp<WatchdogBinderMediator>::make(mockWatchdogProcessService, nullptr, in TEST_F() 153 mediator = sp<WatchdogBinderMediator>::make(mockWatchdogProcessService, mockWatchdogPerfservice, in TEST_F() [all …]
|
D | WatchdogInternalHandlerTest.cpp | 61 class MockWatchdogBinderMediator : public WatchdogBinderMediator { 66 WatchdogBinderMediator(watchdogProcessService, watchdogPerfService, watchdogServiceHelper, in MockWatchdogBinderMediator()
|
/packages/services/Car/cpp/watchdog/server/ |
D | Android.bp | 171 "src/WatchdogBinderMediator.cpp",
|