MythTV
master
|
#include <iostream>
#include <cstdlib>
#include <unistd.h>
#include <QCoreApplication>
#include <QFile>
#include "mythdate.h"
#include "exitcodes.h"
#include "mythcontext.h"
#include "mythdb.h"
#include "mythsystemlegacy.h"
#include "mythversion.h"
#include "jobqueue.h"
#include "tv.h"
#include "remoteutil.h"
#include "tvremoteutil.h"
#include "compat.h"
#include "loggingserver.h"
#include "mythlogging.h"
#include "commandlineparser.h"
#include "programinfo.h"
#include "signalhandling.h"
Go to the source code of this file.
Functions | |
static void | setGlobalSetting (const QString &key, const QString &v) |
static QString | getGlobalSetting (const QString &key, const QString &defaultval) |
static int | lockShutdown () |
static int | unlockShutdown () |
static bool | isRunning (const char *program) |
Returns true if a program containing the specified string is running on this machine. More... | |
static QDateTime | getDailyWakeupTime (const QString &sPeriod) |
static bool | isRecording () |
static int | getStatus (bool bWantRecStatus) |
static int | checkOKShutdown (bool bWantRecStatus) |
static void | setWakeupTime (const QDateTime &wakeupTime) |
static int | setScheduledWakeupTime () |
static int | shutdown () |
static int | startup () |
int | main (int argc, char **argv) |
|
static |
Definition at line 26 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by setWakeupTime(), and shutdown().
|
static |
Definition at line 55 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getDailyWakeupTime(), getStatus(), shutdown(), and startup().
|
static |
Definition at line 78 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
|
static |
Definition at line 132 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
|
static |
Returns true if a program containing the specified string is running on this machine.
Since many Linux distributions rename executables, and they also have different names by default on different operating systems, and this function is POSIX only use of this function is discouraged.
Warning: This function should never be passed a value which is not specified explicitly in the code, it does no checking for shell script injection.
Definition at line 202 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by ThumbThread< ImageDbSg >::AbortDevice(), ImageScanThread< ImageDbSg >::ChangeState(), ThumbThread< ImageDbSg >::Enqueue(), MythFIFOWriter::FIFOInit(), getStatus(), and ThumbThread< ImageDbSg >::PauseBackground().
|
static |
Definition at line 208 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getStatus(), and shutdown().
|
static |
Definition at line 219 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getStatus(), and RemoteGetRecordingStatus().
|
static |
Definition at line 237 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by checkOKShutdown(), and main().
|
static |
Definition at line 373 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
|
static |
Definition at line 401 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main(), and setScheduledWakeupTime().
|
static |
Definition at line 413 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
|
static |
Definition at line 454 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
|
static |
Definition at line 771 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 815 of file mythtv/programs/mythshutdown/main.cpp.