|
MythTV master
|
#include "mythbaseexp.h"#include <array>#include <cstdint>#include "exitcodes.h"#include "mythchrono.h"#include "mythsystem.h"#include <QStringList>#include <QSemaphore>#include <QBuffer>#include <QObject>#include <QString>#include <QMap>Go to the source code of this file.
Classes | |
| class | MythSystemLegacy |
Typedefs | |
| using | Setting = QMap< QString, bool > |
Functions | |
| void MBASE_PUBLIC | ShutdownMythSystemLegacy (void) |
| MBASE_PUBLIC uint | myth_system (const QString &command, uint flags=kMSNone, std::chrono::seconds timeout=0s) |
| MBASE_PUBLIC uint | myth_system (const QString &Command, const QStringList &Args, uint Flags=kMSNone, std::chrono::seconds Timeout=0s) |
Definition at line 58 of file mythsystemlegacy.h.
| MBASE_PUBLIC uint myth_system | ( | const QString & | Command, |
| const QStringList & | Args, | ||
| uint | Flags = kMSNone, |
||
| std::chrono::seconds | Timeout = 0s |
||
| ) |
Definition at line 517 of file mythsystemlegacy.cpp.
| MBASE_PUBLIC uint myth_system | ( | const QString & | command, |
| uint | flags = kMSNone, |
||
| std::chrono::seconds | timeout = 0s |
||
| ) |
Definition at line 505 of file mythsystemlegacy.cpp.
Referenced by MythCoreContext::BackendIsRunning(), burnISOImage(), WelcomeDialog::checkAutoStart(), Scheduler::CheckShutdownServer(), LCD::connectToHost(), NativeArchive::copyFile(), createISOImage(), IdleScreen::customEvent(), WelcomeDialog::customEvent(), MythThemedMenu::customEvent(), DBUtil::DoBackup(), BurnMenu::doBurn(), JobQueue::DoFlagCommercialsThread(), ExitPrompter::DoHalt(), JobQueue::DoMetadataLookupThread(), ExitPrompter::DoReboot(), ExitPrompter::DoSuspend(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), MythMediaDevice::eject(), MediaMonitor::ejectOpticalDisc(), exec_program_cb(), exec_program_tv_cb(), MythMediaDevice::findMountPath(), ImportNative::finishedPressed(), getFileDetails(), MainServer::HandleGoToSleep(), Scheduler::HandleRunSchedulerStartup(), IsPulseAudioRunning(), isRunning(), WelcomeDialog::keyPressEvent(), GameHandler::Launchgame(), WelcomeDialog::lockShutdown(), MythWakeup(), MythMediaDevice::performMountCmd(), ping(), VideoPlayMythSystem::Play(), playDisc(), MainServer::ProcessRequestWork(), ExitPrompter::quit(), ScreenSaverX11Private::ResetScreenSaver(), Ripper::Ripper(), ShellThread::run(), CDRipperThread::run(), HTTPLiveStreamThread::run(), SystemEventThread::run(), NetBase::RunCmdWithoutScreensaver(), WelcomeDialog::runMythFillDatabase(), ExportNative::runScript(), MythBurn::runScript(), runTestDVD(), ScreenSaverX11Private::ScreenSaverX11Private(), VideoDialog::ShowHomepage(), WelcomeDialog::ShowMenu(), shutdown(), WelcomeDialog::shutdownNow(), Scheduler::ShutdownServer(), BookmarkManager::slotBookmarkClicked(), BookmarkManager::slotShowMarked(), GeneralSetupWizard::slotView(), MythNews::slotViewArticle(), WelcomeDialog::startFrontend(), LCD::startLCDServer(), StartPrompter::stopBackend(), WelcomeDialog::unlockShutdown(), SourceUtil::UpdateChannelsFromListings(), WelcomeDialog::updateStatusMessage(), Scheduler::WakeUpSlave(), anonymous_namespace{TemplateFinder.cpp}::writeJPG(), and Ripper::~Ripper().
| void MBASE_PUBLIC ShutdownMythSystemLegacy | ( | void | ) |
Definition at line 72 of file mythsystemunix.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().