Lines Matching full:unit
7 namespace unit namespace
15 * This class will analyze a unit to see if it is in the failed
16 * state. If it is, it will either start or stop a target unit.
19 * unit file. If that unit keeps failing and restarting, it will
21 * This application will allow another unit to be started when that
28 * The valid actions - either starting or stopping a unit
46 * @param[in] sourceUnit - the source unit
47 * @param[in] targetUnit - the target unit
57 * Analyzes the source unit to check if it is in a failed state.
58 * If it is, then it runs the action on the target unit.
64 * Returns the dbus object path of the source unit
69 * Says if the unit object passed in has an
72 * @param[in] path - the unit object path to check
74 * @return - true if this unit is in the failed state
79 * Runs the action on the target unit.
89 * The source unit
94 * The target unit
100 * unit is in failed state.
105 } // namespace unit