Searched refs:mWatchdogBinderMediator (Results 1 – 1 of 1) sorted by relevance
99 mWatchdogBinderMediator = in SetUp()104 internal::WatchdogBinderMediatorPeer mediatorPeer(mWatchdogBinderMediator); in SetUp()112 mWatchdogBinderMediator.clear(); in TearDown()118 sp<WatchdogBinderMediator> mWatchdogBinderMediator; member in android::automotive::watchdog::WatchdogBinderMediatorTest166 EXPECT_NE(mWatchdogBinderMediator->mWatchdogProcessService, nullptr); in TEST_F()167 EXPECT_NE(mWatchdogBinderMediator->mWatchdogPerfService, nullptr); in TEST_F()168 EXPECT_NE(mWatchdogBinderMediator->mIoOveruseMonitor, nullptr); in TEST_F()169 EXPECT_NE(mWatchdogBinderMediator->mWatchdogInternalHandler, nullptr); in TEST_F()171 mWatchdogBinderMediator->terminate(); in TEST_F()173 EXPECT_EQ(mWatchdogBinderMediator->mWatchdogProcessService, nullptr); in TEST_F()[all …]