Searched refs:startUnit (Results 1 – 9 of 9) sorted by relevance
16 static auto startUnit(sdbusplus::async::context& ctx, std::string sysdUnit)
15 auto SystemdInterface::startUnit(sdbusplus::async::context& ctx, in startUnit() function in systemd::SystemdInterface
15 void startUnit(sdbusplus::bus_t& bus, const std::string& sysdUnit);
17 void startUnit(sdbusplus::bus_t& bus, const std::string& sysdUnit) in startUnit() function
17 using phosphor::health::utils::startUnit;
177 startUnit(bus, tConfig.target); in checkThreshold()
123 void startUnit(const std::string& sysdUnit);
143 startUnit(std::format(CHASSIS_BLACKOUT_TGT_FMT, id)); in determineInitialState()464 void Chassis::startUnit(const std::string& sysdUnit) in startUnit() function in phosphor::state::manager::Chassis612 startUnit(systemdTargetTable.find(value)->second); in requestedPowerTransition()
109 co_await systemd::SystemdInterface::startUnit(ctx, target); in updateGPIOStateAsync() member in leak::GPIODetector::updateGPIOStateAsync::systemd::SystemdInterface