Searched refs:mMockDeathRegistrationWrapper (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogServiceHelperTest.cpp | 95 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
|
D | WatchdogProcessServiceTest.cpp | 184 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
|
D | IoOveruseMonitorTest.cpp | 217 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
|