Searched refs:processor_delegate_ (Results 1 – 1 of 1) sorted by relevance
158 PostinstActionProcessorDelegate processor_delegate_; member in chromeos_update_engine::PostinstallRunnerActionTest194 processor.set_delegate(&processor_delegate_); in RunPosinstallAction()205 EXPECT_TRUE(processor_delegate_.processing_stopped_called_ || in RunPosinstallAction()206 processor_delegate_.processing_done_called_); in RunPosinstallAction()207 if (processor_delegate_.processing_done_called_) { in RunPosinstallAction()209 EXPECT_TRUE(processor_delegate_.code_set_); in RunPosinstallAction()247 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()248 EXPECT_TRUE(processor_delegate_.processing_done_called_); in TEST_F()257 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()264 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()[all …]