Lines Matching full:yield
473 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() argument
485 systemdUnitAction(conn, yield, getSocketUnitName(), sysdStopUnit); in stopAndApplyUnitConfig()
489 systemdUnitAction(conn, yield, getServiceUnitName(), sysdStopUnit); in stopAndApplyUnitConfig()
500 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig()
517 systemdUnitAction(conn, yield, service, sysdStopUnit); in stopAndApplyUnitConfig()
572 systemdUnitFilesStateChange(conn, yield, unitFiles, stateValue, in stopAndApplyUnitConfig()
577 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() argument
589 systemdUnitAction(conn, yield, getSocketUnitName(), in restartUnitConfig()
594 systemdUnitAction(conn, yield, getServiceUnitName(), in restartUnitConfig()
626 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() argument
633 srvObj->stopAndApplyUnitConfig(yield); in startServiceRestartTimer()
637 systemdDaemonReload(conn, yield); in startServiceRestartTimer()
644 srvObj->restartUnitConfig(yield); in startServiceRestartTimer()