Searched defs:ActionPipe (Results 1 - 1 of 1) sorted by last modified time

/system/update_engine/common/
H A Daction_pipe.h29 // The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
41 // An ActionPipe is generally created with the Bond() method and owned by
43 // pointing to an ActionPipe dies, the ActionPipe dies, too.
55 class ActionPipe { class in namespace:chromeos_update_engine
57 virtual ~ActionPipe() {}
67 // Bonds two Actions together with a new ActionPipe. The ActionPipe is
72 std::shared_ptr<ActionPipe<ObjectType>> pipe(new ActionPipe<ObjectTyp
85 ActionPipe() {} function in class:chromeos_update_engine::ActionPipe
[all...]

Completed in 57 milliseconds