Qt 4.8
|
#include <QtDBus/QtDBus>
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusError>
#include <QtDBus/QDBusInterface>
#include <QtDBus/QDBusMessage>
#include <QtDBus/QDBusReply>
#include <QtDBus/QDBusPendingCallWatcher>
#include <QtDBus/QDBusObjectPath>
#include <QtDBus/QDBusContext>
#include <QMap>
Go to the source code of this file.
Classes | |
struct | ObjectPathProperties |
class | QOfonoDataConnectionManagerInterface |
class | QOfonoDBusHelper |
class | QOfonoManagerInterface |
class | QOfonoModemInterface |
class | QOfonoNetworkOperatorInterface |
class | QOfonoNetworkRegistrationInterface |
class | QOfonoPrimaryDataContextInterface |
class | QOfonoSimInterface |
class | QOfonoSmsInterface |
Macros | |
#define | OFONO_DATA_CONNECTION_MANAGER_INTERFACE "org.ofono.DataConnectionManager" |
#define | OFONO_DATA_CONTEXT_INTERFACE "org.ofono.PrimaryDataContext" |
#define | OFONO_MANAGER_INTERFACE "org.ofono.Manager" |
#define | OFONO_MANAGER_PATH "/" |
#define | OFONO_MESSAGE_WAITING_INTERFACE "org.ofono.MessageWaiting" |
#define | OFONO_MODEM_INTERFACE "org.ofono.Modem" |
#define | OFONO_NETWORK_OPERATOR_INTERFACE "org.ofono.NetworkOperator" |
#define | OFONO_NETWORK_REGISTRATION_INTERFACE "org.ofono.NetworkRegistration" |
#define | OFONO_PHONEBOOK_INTERFACE "org.ofono.Phonebook" |
#define | OFONO_SERVICE "org.ofono" |
#define | OFONO_SIM_MANAGER_INTERFACE "org.ofono.SimManager" |
#define | OFONO_SMS_MANAGER_INTERFACE "org.ofono.SmsManager" |
Typedefs | |
typedef QList< ObjectPathProperties > | PathPropertiesList |
#define OFONO_DATA_CONNECTION_MANAGER_INTERFACE "org.ofono.DataConnectionManager" |
Definition at line 77 of file qofonoservice_linux_p.h.
Referenced by QOfonoDataConnectionManagerInterface::connectNotify().
#define OFONO_DATA_CONTEXT_INTERFACE "org.ofono.PrimaryDataContext" |
Definition at line 79 of file qofonoservice_linux_p.h.
Referenced by QOfonoPrimaryDataContextInterface::connectNotify().
#define OFONO_MANAGER_INTERFACE "org.ofono.Manager" |
Definition at line 72 of file qofonoservice_linux_p.h.
Referenced by QOfonoManagerInterface::connectNotify().
#define OFONO_MANAGER_PATH "/" |
Definition at line 73 of file qofonoservice_linux_p.h.
Referenced by QOfonoManagerInterface::connectNotify().
#define OFONO_MESSAGE_WAITING_INTERFACE "org.ofono.MessageWaiting" |
Definition at line 83 of file qofonoservice_linux_p.h.
#define OFONO_MODEM_INTERFACE "org.ofono.Modem" |
Definition at line 74 of file qofonoservice_linux_p.h.
Referenced by QOfonoModemInterface::connectNotify().
#define OFONO_NETWORK_OPERATOR_INTERFACE "org.ofono.NetworkOperator" |
Definition at line 76 of file qofonoservice_linux_p.h.
Referenced by QOfonoNetworkOperatorInterface::connectNotify().
#define OFONO_NETWORK_REGISTRATION_INTERFACE "org.ofono.NetworkRegistration" |
Definition at line 75 of file qofonoservice_linux_p.h.
Referenced by QOfonoNetworkRegistrationInterface::connectNotify().
#define OFONO_PHONEBOOK_INTERFACE "org.ofono.Phonebook" |
Definition at line 82 of file qofonoservice_linux_p.h.
#define OFONO_SERVICE "org.ofono" |
Definition at line 71 of file qofonoservice_linux_p.h.
Referenced by QOfonoManagerInterface::connectNotify(), QOfonoModemInterface::connectNotify(), QOfonoNetworkRegistrationInterface::connectNotify(), QOfonoNetworkOperatorInterface::connectNotify(), QOfonoSimInterface::connectNotify(), QOfonoDataConnectionManagerInterface::connectNotify(), QOfonoPrimaryDataContextInterface::connectNotify(), and QOfonoSmsInterface::connectNotify().
#define OFONO_SIM_MANAGER_INTERFACE "org.ofono.SimManager" |
Definition at line 78 of file qofonoservice_linux_p.h.
Referenced by QOfonoSimInterface::connectNotify().
#define OFONO_SMS_MANAGER_INTERFACE "org.ofono.SmsManager" |
Definition at line 81 of file qofonoservice_linux_p.h.
Referenced by QOfonoSmsInterface::connectNotify().
typedef QList<ObjectPathProperties> PathPropertiesList |
Definition at line 96 of file qofonoservice_linux_p.h.