Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogServiceHelperTest.cpp95 mMockDeathRegistrationWrapper = sp<MockAIBinderDeathRegistrationWrapper>::make(); in SetUp()
102 mMockDeathRegistrationWrapper); in SetUp()
117 mMockDeathRegistrationWrapper.clear(); in TearDown()
139 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectLinkToDeath()
145 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectUnlinkToDeath()
151 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectNoLinkToDeath()
157 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectNoUnlinkToDeath()
164 sp<MockAIBinderDeathRegistrationWrapper> mMockDeathRegistrationWrapper; member in android::automotive::watchdog::WatchdogServiceHelperTest
DWatchdogProcessServiceTest.cpp184 mMockDeathRegistrationWrapper = sp<MockAIBinderDeathRegistrationWrapper>::make(); in SetUp()
194 mMockDeathRegistrationWrapper.clear(); in TearDown()
209 mMockDeathRegistrationWrapper); in startService()
231 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectLinkToDeath()
237 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectUnlinkToDeath()
243 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectNoUnlinkToDeath()
323 sp<MockAIBinderDeathRegistrationWrapper> mMockDeathRegistrationWrapper; member in android::automotive::watchdog::WatchdogProcessServiceTest
DIoOveruseMonitorTest.cpp217 mMockDeathRegistrationWrapper = sp<MockAIBinderDeathRegistrationWrapper>::make(); in SetUp()
223 mIoOveruseMonitorPeer->init(mMockDeathRegistrationWrapper, mMockIoOveruseConfigs, in SetUp()
235 mMockDeathRegistrationWrapper.clear(); in TearDown()
283 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectLinkToDeath()
289 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectUnlinkToDeath()
295 EXPECT_CALL(*mMockDeathRegistrationWrapper, in expectNoUnlinkToDeath()
301 sp<MockAIBinderDeathRegistrationWrapper> mMockDeathRegistrationWrapper; member in android::automotive::watchdog::IoOveruseMonitorTest