Searched refs:SetHealth (Results 1 – 2 of 2) sorted by relevance
215 BatControlCommand::SetHealth(health) => bat_state.set_health(health.into()), in command_monitor()
755 SetHealth(BatHealth), enumerator766 BatProperty::Health => Ok(BatControlCommand::SetHealth(target.parse::<BatHealth>()?)), in new()