sbMockFirmwareHandlerURLService.js File Reference

Go to the source code of this file.

Functions

Cu import ("resource://gre/modules/XPCOMUtils.jsm")
 
function sbMockDeviceFirmwareHandlerURLService ()
 
function NSGetModule (compMgr, fileSpec)
 

Variables

const Cu = Components.utils
 
const Ci = Components.interfaces
 
sbMockDeviceFirmwareHandlerURLService prototype
 

Function Documentation

Cu import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 60 of file sbMockFirmwareHandlerURLService.js.

Here is the call graph for this function:

function sbMockDeviceFirmwareHandlerURLService ( )

Definition at line 38 of file sbMockFirmwareHandlerURLService.js.

Here is the caller graph for this function:

Variable Documentation

Definition at line 26 of file sbMockFirmwareHandlerURLService.js.

const Cu = Components.utils

Definition at line 25 of file sbMockFirmwareHandlerURLService.js.

Initial value:
=
{
firmwareURL: "",
resetURL: "",
releaseNotesURL: "",
supportURL: "",
registerURL: "",
classDescription: "Songbird Mock Firmware Handler URL Service",
classID: Components.ID("{c0a0ebce-1dd1-11b2-afed-a5eeb1302690}"),
contractID: "@songbirdnest.com/mock-firmware-url-handler;1",
QueryInterface: XPCOMUtils.generateQI([Ci.sbPIMockFirmwareHandlerURLService]),
}
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
sbDeviceFirmwareAutoCheckForUpdate prototype classID

Definition at line 42 of file sbMockFirmwareHandlerURLService.js.