Searched refs:WatchdogBinderMediator (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 84 WatchdogBinderMediator::WatchdogBinderMediator( in WatchdogBinderMediator() function in android::automotive::watchdog::WatchdogBinderMediator 107 Result<void> WatchdogBinderMediator::init() { in init() 147 binder_status_t WatchdogBinderMediator::dump(int fd, const char** args, uint32_t numArgs) { in dump() 151 ScopedAStatus WatchdogBinderMediator::registerClient( in registerClient() 159 ScopedAStatus WatchdogBinderMediator::unregisterClient( in unregisterClient() 167 ScopedAStatus WatchdogBinderMediator::tellClientAlive( in tellClientAlive() 175 ScopedAStatus WatchdogBinderMediator::addResourceOveruseListener( in addResourceOveruseListener() 198 ScopedAStatus WatchdogBinderMediator::removeResourceOveruseListener( in removeResourceOveruseListener() 213 ScopedAStatus WatchdogBinderMediator::getResourceOveruseStats( in getResourceOveruseStats() 236 ScopedAStatus WatchdogBinderMediator::registerMediator( in registerMediator() [all …]
|
D | WatchdogBinderMediator.h | 68 class WatchdogBinderMediator final : public WatchdogBinderMediatorInterface { 70 WatchdogBinderMediator( 77 ~WatchdogBinderMediator() { terminate(); } in ~WatchdogBinderMediator()
|
D | ServiceManager.cpp | 71 SharedRefBase::make<WatchdogBinderMediator>(mWatchdogProcessService, in startServices()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogBinderMediatorTest.cpp | 79 explicit WatchdogBinderMediatorPeer(WatchdogBinderMediator* mediator) : mMediator(mediator) {} in WatchdogBinderMediatorPeer() 87 WatchdogBinderMediator* mMediator; 99 SharedRefBase::make<WatchdogBinderMediator>(mMockWatchdogProcessService, in SetUp() 120 std::shared_ptr<WatchdogBinderMediator> mWatchdogBinderMediator; 124 std::shared_ptr<WatchdogBinderMediator> mediator = in TEST_F() 125 SharedRefBase::make<WatchdogBinderMediator>(sp<MockWatchdogProcessService>::make(), in TEST_F() 144 std::shared_ptr<WatchdogBinderMediator> mediator = in TEST_F() 145 SharedRefBase::make<WatchdogBinderMediator>(nullptr, mockWatchdogPerfservice, in TEST_F() 153 mediator = SharedRefBase::make<WatchdogBinderMediator>(mockWatchdogProcessService, nullptr, in TEST_F() 161 mediator = SharedRefBase::make<WatchdogBinderMediator>(mockWatchdogProcessService, in TEST_F() [all …]
|
/packages/services/Car/cpp/watchdog/server/ |
D | Android.bp | 264 "src/WatchdogBinderMediator.cpp",
|