Searched refs:processor_delegate_ (Results 1 – 1 of 1) sorted by relevance
179 PostinstActionProcessorDelegate processor_delegate_; member in chromeos_update_engine::PostinstallRunnerActionTest230 processor.set_delegate(&processor_delegate_); in RunPostinstallActionWithInstallPlan()242 processor_delegate_.processing_done_called_); in RunPostinstallActionWithInstallPlan()243 if (processor_delegate_.processing_done_called_) { in RunPostinstallActionWithInstallPlan()245 EXPECT_TRUE(processor_delegate_.code_set_); in RunPostinstallActionWithInstallPlan()285 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()286 EXPECT_TRUE(processor_delegate_.processing_done_called_); in TEST_F()296 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()395 processor_delegate_.code_); in TEST_F()436 EXPECT_TRUE(processor_delegate_.processing_done_called_); in TEST_F()[all …]