Searched refs:expectLinkToDeath (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogProcessServiceTest.cpp | 230 void expectLinkToDeath(AIBinder* aiBinder, ScopedAStatus expectedStatus) { in expectLinkToDeath() function in android::automotive::watchdog::WatchdogProcessServiceTest 406 expectLinkToDeath(client->asBinder().get(), std::move(ScopedAStatus::ok())); in TEST_F() 420 expectLinkToDeath(aiBinder, std::move(ScopedAStatus::ok())); in TEST_F() 437 expectLinkToDeath(client->asBinder().get(), in TEST_F() 448 expectLinkToDeath(aiBinder, std::move(ScopedAStatus::ok())); in TEST_F() 500 expectLinkToDeath(monitorOne->asBinder().get(), std::move(ScopedAStatus::ok())); in TEST_F() 520 expectLinkToDeath(monitor->asBinder().get(), in TEST_F() 531 expectLinkToDeath(aiBinder, std::move(ScopedAStatus::ok())); in TEST_F() 550 expectLinkToDeath(aiBinder, std::move(ScopedAStatus::ok())); in TEST_F() 566 expectLinkToDeath(client->asBinder().get(), std::move(ScopedAStatus::ok())); in TEST_F() [all …]
|
D | WatchdogServiceHelperTest.cpp | 123 expectLinkToDeath(mMockCarWatchdogServiceForSystem->asBinder().get(), in registerCarWatchdogService() 138 void expectLinkToDeath(AIBinder* aiBinder, ndk::ScopedAStatus expectedStatus) { in expectLinkToDeath() function in android::automotive::watchdog::WatchdogServiceHelperTest 200 expectLinkToDeath(binder.get(), std::move(ScopedAStatus::ok())); in TEST_F() 220 expectLinkToDeath(binder.get(), in TEST_F() 249 expectLinkToDeath(binder.get(), in TEST_F()
|
D | IoOveruseMonitorTest.cpp | 282 void expectLinkToDeath(AIBinder* aiBinder, ndk::ScopedAStatus expectedStatus) { in expectLinkToDeath() function in android::automotive::watchdog::IoOveruseMonitorTest 1016 expectLinkToDeath(mockResourceOveruseListener->asBinder().get(), in TEST_F() 1029 expectLinkToDeath(mockResourceOveruseListener->asBinder().get(), in TEST_F()
|