Home
last modified time | relevance | path

Searched refs:processor_delegate_ (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc165 PostinstActionProcessorDelegate processor_delegate_; member in chromeos_update_engine::PostinstallRunnerActionTest
201 processor.set_delegate(&processor_delegate_); in RunPosinstallAction()
209 EXPECT_TRUE(processor_delegate_.processing_stopped_called_ || in RunPosinstallAction()
210 processor_delegate_.processing_done_called_); in RunPosinstallAction()
211 if (processor_delegate_.processing_done_called_) { in RunPosinstallAction()
213 EXPECT_TRUE(processor_delegate_.code_set_); in RunPosinstallAction()
243 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()
244 EXPECT_TRUE(processor_delegate_.processing_done_called_); in TEST_F()
253 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()
260 EXPECT_EQ(ErrorCode::kSuccess, processor_delegate_.code_); in TEST_F()
[all …]