Searched refs:onSystemStartup (Results 1 – 8 of 8) sorted by relevance
36 MOCK_METHOD(android::base::Result<void>, onSystemStartup, (), (override));
154 EXPECT_CALL(*mMockDataProcessor, onSystemStartup()).Times(1); in startService()228 EXPECT_CALL(*mMockDataProcessor, onSystemStartup()).Times(1); in TEST_F()1087 EXPECT_CALL(*mMockDataProcessor, onSystemStartup()).Times(1); in TEST_F()
610 ASSERT_RESULT_OK(mCollector->onSystemStartup()); in TEST_F()
154 android::base::Result<void> onSystemStartup() override;
117 android::base::Result<void> onSystemStartup() { in onSystemStartup() function
87 virtual android::base::Result<void> onSystemStartup() = 0;
447 Result<void> IoPerfCollection::onSystemStartup() { in onSystemStartup() function in android::automotive::watchdog::IoPerfCollection
925 if (const auto result = processor->onSystemStartup(); !result.ok()) { in notifySystemStartUpLocked()