|
NS_DECL_ISUPPORTS
NS_DECL_SBIDEVICEPROPERTIES
NS_DECL_NSIWRITABLEPROPERTYBAG
NS_IMETHOD | SetPropertyAsInt32 (const nsAString &aName, PRInt32 aValue) |
|
NS_IMETHOD | SetPropertyAsUint32 (const nsAString &aName, PRUint32 aValue) |
|
NS_IMETHOD | SetPropertyAsInt64 (const nsAString &aName, PRInt64 aValue) |
|
NS_IMETHOD | SetPropertyAsUint64 (const nsAString &aName, PRUint64 aValue) |
|
NS_IMETHOD | SetPropertyAsDouble (const nsAString &aName, double aValue) |
|
NS_IMETHOD | SetPropertyAsAString (const nsAString &aName, const nsAString &aValue) |
|
NS_IMETHOD | SetPropertyAsACString (const nsAString &aName, const nsACString &aValue) |
|
NS_IMETHOD | SetPropertyAsAUTF8String (const nsAString &aName, const nsACString &aValue) |
|
NS_IMETHOD | SetPropertyAsBool (const nsAString &aName, PRBool aValue) |
|
NS_IMETHOD | SetPropertyAsInterface (const nsAString &aName, nsISupports *aValue) |
|
| sbIPDProperties (sbIPDDevice *aDevice) |
|
virtual | ~sbIPDProperties () |
|
nsresult | Initialize () |
|
void | Finalize () |
|
nsresult | SetPropertyInternal (const nsAString &aName, nsIVariant *aValue) |
|
void | initFriendlyName (in AString aFriendlyName) |
| Initialize Friendly Name property from a device. More...
|
|
void | initDefaultName (in AString aDefaultName) |
| Initialize Default Name property from a device. More...
|
|
void | initVendorName (in AString aVendorName) |
| Initialize Vendor Name propery for a device. More...
|
|
void | initModelNumber (in nsIVariant aModelNumber) |
| Initialize Model Number propery for a device. More...
|
|
void | initSerialNumber (in nsIVariant aSerialNumber) |
| Initialize Serial Number propery for a device. More...
|
|
void | initFirmwareVersion (in AString aFirmwareVersion) |
| Initialize Firmware Version property for a device. More...
|
|
void | initDeviceLocation (in nsIURI aDeviceLocationUri) |
| Initialize Device Location for a device. More...
|
|
void | initDeviceIcon (in nsIURI aDeviceIconUri) |
| Initialize propery for a device. More...
|
|
void | initDeviceProperties (in nsIPropertyBag2 aProperties) |
| Initialize Device Properties for a device. More...
|
|
void | initDone () |
| Indicates that the initialization is complete, the initilize functions above will no longer affect the data. More...
|
|
Definition at line 155 of file sbIPDProperties.h.