Home
last modified time | relevance | path

Searched refs:WatchdogBinderMediator (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp80 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 …]
DWatchdogInternalHandler.h42 class WatchdogBinderMediator; variable
47 const android::sp<WatchdogBinderMediator>& binderMediator, in WatchdogInternalHandler()
112 android::sp<WatchdogBinderMediator> mBinderMediator;
118 friend class WatchdogBinderMediator; variable
DWatchdogBinderMediator.h57 class WatchdogBinderMediator : public BnCarWatchdog {
59 WatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService,
65 ~WatchdogBinderMediator() { terminate(); } in ~WatchdogBinderMediator()
DServiceManager.cpp34 sp<WatchdogBinderMediator> ServiceManager::sWatchdogBinderMediator = nullptr;
112 sp<WatchdogBinderMediator>::make(sWatchdogProcessService, sWatchdogPerfService, in startBinderMediator()
DServiceManager.h46 static android::sp<WatchdogBinderMediator> sWatchdogBinderMediator;
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp79 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 …]
DWatchdogInternalHandlerTest.cpp61 class MockWatchdogBinderMediator : public WatchdogBinderMediator {
66 WatchdogBinderMediator(watchdogProcessService, watchdogPerfService, watchdogServiceHelper, in MockWatchdogBinderMediator()
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp171 "src/WatchdogBinderMediator.cpp",