Searched refs:mMockWatchdogPerfService (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | WatchdogInternalHandlerTest.cpp | 105 mMockWatchdogPerfService = sp<MockWatchdogPerfService>::make(); in SetUp() 110 mMockWatchdogPerfService, in SetUp() 122 mMockWatchdogPerfService.clear(); in TearDown() 136 sp<MockWatchdogPerfService> mMockWatchdogPerfService; member in android::automotive::watchdog::WatchdogInternalHandlerTest 322 EXPECT_CALL(*mMockWatchdogPerfService, setSystemState(SystemState::NORMAL_MODE)).Times(1); in TEST_F() 333 EXPECT_CALL(*mMockWatchdogPerfService, setSystemState(_)).Times(0); in TEST_F() 345 EXPECT_CALL(*mMockWatchdogPerfService, setSystemState(SystemState::GARAGE_MODE)).Times(1); in TEST_F() 356 EXPECT_CALL(*mMockWatchdogPerfService, setSystemState(SystemState::NORMAL_MODE)).Times(1); in TEST_F() 412 EXPECT_CALL(*mMockWatchdogPerfService, onBootFinished()).WillOnce(Return(Result<void>())); in TEST_F() 424 EXPECT_CALL(*mMockWatchdogPerfService, onBootFinished()).Times(0); in TEST_F() [all …]
|
H A D | WatchdogBinderMediatorTest.cpp | 98 mMockWatchdogPerfService = sp<MockWatchdogPerfService>::make(); in SetUp() 101 mMockWatchdogPerfService, in SetUp() 110 mMockWatchdogPerfService.clear(); in TearDown() 116 sp<MockWatchdogPerfService> mMockWatchdogPerfService; member in android::automotive::watchdog::WatchdogBinderMediatorTest 181 EXPECT_CALL(*mMockWatchdogPerfService, onDump(-1)).WillOnce(Return(Result<void>())); in TEST_F() 186 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F() 195 EXPECT_CALL(*mMockWatchdogPerfService, onCustomCollection(-1, _)) in TEST_F() 229 EXPECT_CALL(*mMockWatchdogPerfService, onDump(nullFd)).WillOnce(Return(Result<void>())); in TEST_F()
|