Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp96 mMockCarWatchdogServiceForSystemBinder = mMockCarWatchdogServiceForSystem->getBinder(); in SetUp()
106 EXPECT_CALL(*mMockCarWatchdogServiceForSystemBinder, in TearDown()
115 mMockCarWatchdogServiceForSystemBinder.clear(); in TearDown()
120 EXPECT_CALL(*mMockCarWatchdogServiceForSystemBinder, linkToDeath(_, nullptr, 0)) in registerCarWatchdogService()
133 sp<MockBinder> mMockCarWatchdogServiceForSystemBinder; member in android::automotive::watchdog::WatchdogServiceHelperTest
183 sp<IBinder> binder = static_cast<sp<IBinder>>(mMockCarWatchdogServiceForSystemBinder); in TEST_F()
184 EXPECT_CALL(*mMockCarWatchdogServiceForSystemBinder, linkToDeath(_, nullptr, 0)) in TEST_F()
193 EXPECT_CALL(*mMockCarWatchdogServiceForSystemBinder, linkToDeath(_, nullptr, 0)).Times(0); in TEST_F()
202 EXPECT_CALL(*mMockCarWatchdogServiceForSystemBinder, linkToDeath(_, nullptr, 0)) in TEST_F()
211 sp<IBinder> binder = static_cast<sp<IBinder>>(mMockCarWatchdogServiceForSystemBinder); in TEST_F()
[all …]