MythTV
master
|
#include "mythbaseexp.h"
#include <array>
#include <cstdint>
#include <ctime>
#include "exitcodes.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.
void MBASE_PUBLIC ShutdownMythSystemLegacy | ( | void | ) |
Definition at line 75 of file mythsystemunix.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().
MBASE_PUBLIC uint myth_system | ( | const QString & | command, |
uint | flags = kMSNone , |
||
std::chrono::seconds | timeout = 0s |
||
) |
Definition at line 506 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(), SystemEventThread::run(), CDRipperThread::run(), HTTPLiveStreamThread::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(), and Ripper::~Ripper().
MBASE_PUBLIC uint myth_system | ( | const QString & | Command, |
const QStringList & | Args, | ||
uint | Flags = kMSNone , |
||
std::chrono::seconds | Timeout = 0s |
||
) |
Definition at line 518 of file mythsystemlegacy.cpp.