#include "sbDeviceProperties.h"
#include <nsAutoLock.h>
#include <nsComponentManagerUtils.h>
#include <nsISimpleEnumerator.h>
#include <nsIProperty.h>
#include <prlog.h>
#include <prprf.h>
#include <prtime.h>
#include <sbStandardDeviceProperties.h>
Go to the source code of this file.
|
static nsresult | GetProperty (nsIPropertyBag2 *aProperties, nsAString const &aProp, nsAString &aValue) |
|
static nsresult | GetProperty (nsIPropertyBag *aProperties, nsAString const &aProp, nsIVariant **aValue) |
|
#define LOG |
( |
|
args | ) |
/* nothing */ |
#define TRACE |
( |
|
args | ) |
/* nothing */ |
static nsresult GetProperty |
( |
nsIPropertyBag2 * |
aProperties, |
|
|
nsAString const & |
aProp, |
|
|
nsAString & |
aValue |
|
) |
| |
|
static |
static nsresult GetProperty |
( |
nsIPropertyBag * |
aProperties, |
|
|
nsAString const & |
aProp, |
|
|
nsIVariant ** |
aValue |
|
) |
| |
|
static |