Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Daction_pipe_unittest.cc44 ActionPipe<string>* out_pipe() { return out_pipe_.get(); } in out_pipe() function in chromeos_update_engine::ActionPipeTestAction
56 a.out_pipe()->set_contents("foo"); in TEST()
H A Daction_unittest.cc47 ActionPipe<string>* out_pipe() { return out_pipe_.get(); } in out_pipe() function in chromeos_update_engine::ActionTestAction
65 EXPECT_FALSE(action->out_pipe()); in TEST()
H A Daction.h180 out_pipe) { in set_out_pipe()
181 out_pipe_ = out_pipe; in set_out_pipe()
H A Daction_processor_unittest.cc48 ActionPipe<string>* out_pipe() { return out_pipe_.get(); } in out_pipe() function in chromeos_update_engine::ActionProcessorTestAction
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc425 ActionPipe<InstallPlan>* out_pipe() { return out_pipe_.get(); } in out_pipe() function in chromeos_update_engine::DownloadActionTestAction