Searched refs:onSuspendExit (Results 1 – 6 of 6) sorted by relevance
48 MOCK_METHOD(android::base::Result<void>, onSuspendExit, (), (override));
1369 ASSERT_RESULT_OK(mService->onSuspendExit()); in TEST_F()1400 ASSERT_RESULT_OK(mService->onSuspendExit()); in TEST_F()1447 ASSERT_RESULT_OK(mService->onSuspendExit()); in TEST_F()
425 EXPECT_CALL(*mMockWatchdogPerfService, onSuspendExit()).Times(1); in TEST_F()
236 virtual android::base::Result<void> onSuspendExit() = 0;304 android::base::Result<void> onSuspendExit() override;
336 mWatchdogPerfService->onSuspendExit(); in handlePowerCycleChange()
460 Result<void> WatchdogPerfService::onSuspendExit() { in onSuspendExit() function in android::automotive::watchdog::WatchdogPerfService